Trace number 2083621

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 1018.33 1034.4

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-6.xml
MD5SUM58ea24c4b64e9a970cdc24f9e79dc4d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.0568
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data

0.03/0.39	c 0	Sugar v1-14-6 + HOME/picosat
0.07/0.44	c 0	BEGIN Sun Jul 12 07:49:58 2009
0.07/0.44	c 0	PID 24501
0.07/0.45	c 0	HOST node11.alineos.net
0.07/0.45	c 0	CONVERTING HOME/instance-2083621-1247377797.xml TO HOME/temp.csp
0.07/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083621-1247377797.xml' 'HOME/temp.csp'
1.41/2.00	c 1	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.51/2.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/2.04	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.57/2.13	c 1	Parsing HOME/temp.csp
1.77/2.31	c 2	parsed 10000 expressions
1.97/2.52	c 2	parsed 20000 expressions
1.97/2.58	c 2	parsed 25394 expressions
1.97/2.59	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.97/2.59	c 2	Converting to clausal form CSP
2.06/2.66	c 2	converted 2540 (10%) expressions
10.80/11.43	c 11	converted 5079 (20%) expressions
18.96/19.69	c 19	converted 7619 (30%) expressions
27.20/27.95	c 27	converted 10158 (40%) expressions
35.45/36.21	c 36	converted 12697 (50%) expressions
43.59/44.40	c 44	converted 15237 (60%) expressions
51.15/52.05	c 51	converted 17776 (70%) expressions
58.51/59.42	c 59	converted 20316 (80%) expressions
65.77/66.70	c 66	converted 22855 (90%) expressions
72.82/73.90	c 73	converted 25394 (100%) expressions
72.92/73.90	c 73	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
72.92/73.90	c 73	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.92/73.90	c 73	Propagation in CSP
81.77/82.82	c 82	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
81.77/82.82	c 82	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
81.77/82.82	c 82	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
81.77/82.87	c 82	Simplifing CSP by introducing new Boolean variables
82.07/83.18	c 83	CSP : 9699 integers, 119270 booleans, 206724 clauses, largest domain size 3217
82.07/83.18	c 83	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
82.97/84.01	c 83	Encoding CSP to SAT : HOME/temp.cnf
116.46/117.81	c 117	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
149.30/153.84	c 153	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
179.07/184.00	c 183	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
182.49/187.42	c 187	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
185.60/190.78	c 190	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
189.10/194.33	c 194	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
192.66/198.00	c 197	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
196.37/201.76	c 201	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
200.10/205.63	c 205	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
203.82/209.45	c 209	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
297.42/304.19	c 304	20673 (10%) CSP clauses are encoded (30133179 clauses, 661320406 bytes)
381.01/388.81	c 388	41345 (20%) CSP clauses are encoded (38572364 clauses, 891036612 bytes)
463.44/472.45	c 472	62018 (30%) CSP clauses are encoded (47303106 clauses, 1128729531 bytes)
551.31/561.56	c 561	82690 (40%) CSP clauses are encoded (56211701 clauses, 1377726934 bytes)
636.92/648.14	c 647	103362 (50%) CSP clauses are encoded (64762785 clauses, 1623926706 bytes)
716.38/728.41	c 728	124035 (60%) CSP clauses are encoded (73065952 clauses, 1864146512 bytes)
793.75/806.22	c 806	144707 (70%) CSP clauses are encoded (81681963 clauses, 2112853157 bytes)
870.82/883.61	c 883	165380 (80%) CSP clauses are encoded (90297120 clauses, 2362794290 bytes)
948.79/961.95	c 961	186052 (90%) CSP clauses are encoded (98996189 clauses, 2615841968 bytes)
1016.67/1030.22	c 1030	206724 (100%) CSP clauses are encoded (107458824 clauses, 2864399183 bytes)
1016.67/1030.22	c 1030	206724 CSP clauses encoded
1016.67/1030.24	c 1030	Writing map file : HOME/temp.map
1017.15/1030.77	c 1030	Heap : 111 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1017.15/1030.77	c 1030	SAT : 21637123 SAT variables, 107458824 SAT clauses, 2864399183 bytes
1017.15/1030.77	c 1030	Heap : 111 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1017.21/1030.87	c 1030	SOLVING HOME/temp.cnf
1017.21/1030.87	c 1030	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1017.28/1031.12	c 1030	*** picosat: can not read input file 'HOME/temp.cnf'
1017.28/1031.12	c 1030	DECODING HOME/temp.out WITH HOME/temp.map
1017.28/1031.12	c ERROR no output file HOME/temp.out
1017.28/1031.12	s UNKNOWN
1017.28/1031.12	c 1030	CPU 1017.28 (0.1 0.01 998.89 18.28)
1017.28/1031.12	c 1030	END Sun Jul 12 08:07:08 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083621-1247377797/watcher-2083621-1247377797 -o /tmp/evaluation-result-2083621-1247377797/solver-2083621-1247377797 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083621-1247377797.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.21 2.61 2.30 4/82 24501
/proc/meminfo: memFree=693904/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=18576 CPUtime=0
/proc/24501/stat : 24501 (runsolver) R 24499 24501 23210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24846747 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24501/statm: 4644 284 249 26 0 2626 0

[startup+0.0584991 s]
/proc/loadavg: 3.21 2.61 2.30 4/82 24501
/proc/meminfo: memFree=693904/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=18576 CPUtime=0
/proc/24501/stat : 24501 (runsolver) D 24499 24501 23210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24846747 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24501/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102508 s]
/proc/loadavg: 3.21 2.61 2.30 4/82 24501
/proc/meminfo: memFree=693904/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=124 CPUtime=0
/proc/24501/stat : 24501 (sugar) D 24499 24501 23210 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24846747 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 262907426281 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24501/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.302551 s]
/proc/loadavg: 3.21 2.61 2.30 4/82 24501
/proc/meminfo: memFree=693904/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=13468 CPUtime=0.03
/proc/24501/stat : 24501 (sugar) R 24499 24501 23210 0 -1 4194304 740 0 3 0 3 0 0 0 18 0 1 0 24846747 13791232 711 996147200 4194304 4206940 548682068608 18446744073709551615 262927574527 0 0 4224 0 0 0 0 17 1 0 0
/proc/24501/statm: 3367 711 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.701632 s]
/proc/loadavg: 3.21 2.61 2.30 4/82 24501
/proc/meminfo: memFree=693904/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=0.07
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1222 128 5 0 6 1 0 0 19 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 3.21 2.61 2.30 4/93 24513
/proc/meminfo: memFree=668856/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=0.07
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1222 128 5 0 6 1 0 0 19 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24504] ppid=24501 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24501 24501 23210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24846792 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=865784 CPUtime=0.95
/proc/24505/stat : 24505 (java) S 24504 24501 23210 0 -1 0 12339 0 3 0 89 6 0 0 18 0 9 0 24846793 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 216446 10375 2556 9 0 210958 0
[pid=24505/tid=24506] ppid=24504 vsize=865784 CPUtime=0.44
/proc/24505/task/24506/stat : 24506 (java) R 24504 24501 23210 0 -1 64 2888 0 2 0 42 2 0 0 16 0 9 0 24846795 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4126696040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24505/tid=24507] ppid=24504 vsize=865784 CPUtime=0.36
/proc/24505/task/24507/stat : 24507 (java) R 24504 24501 23210 0 -1 64 8233 0 1 0 34 2 0 0 17 0 9 0 24846802 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24505/tid=24508] ppid=24504 vsize=865784 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) R 24504 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846802 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24505/tid=24509] ppid=24504 vsize=865784 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24501 23210 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24846802 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24505/tid=24510] ppid=24504 vsize=865784 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24846804 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=865784 CPUtime=0.11
/proc/24505/task/24511/stat : 24511 (java) S 24504 24501 23210 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24846804 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24505/tid=24512] ppid=24504 vsize=865784 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846804 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=865784 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24501 23210 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24846804 886562816 10375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 888008

[startup+3.10211 s]
/proc/loadavg: 3.21 2.61 2.30 5/93 24523
/proc/meminfo: memFree=675896/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1304 14748 5 3 6 1 137 9 15 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868556 CPUtime=1.03
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 9028 0 1 0 99 4 0 0 18 0 9 0 24846952 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217139 8126 2569 9 0 211644 0
[pid=24515/tid=24516] ppid=24514 vsize=868556 CPUtime=0.64
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 2615 0 1 0 63 1 0 0 25 0 9 0 24846953 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4126509166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868556 CPUtime=0.2
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 4243 0 0 0 19 1 0 0 16 0 9 0 24846954 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868556 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868556 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24846954 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868556 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868556 CPUtime=0.15
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1467 0 0 0 15 0 0 0 16 0 9 0 24846956 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868556 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868556 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) R 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889401344 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 890780

[startup+6.30174 s]
/proc/loadavg: 3.19 2.61 2.30 3/93 24523
/proc/meminfo: memFree=637112/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1304 14748 5 3 6 1 137 9 15 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868640 CPUtime=4.2
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 10497 0 1 0 413 7 0 0 18 0 9 0 24846952 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217160 9243 2567 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868640 CPUtime=3.49
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 2982 0 1 0 347 2 0 0 25 0 9 0 24846953 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4126509139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868640 CPUtime=0.49
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 5319 0 0 0 45 4 0 0 16 0 9 0 24846954 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868640 CPUtime=0.2
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1493 0 0 0 20 0 0 0 16 0 9 0 24846956 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 890864

[startup+12.703 s]
/proc/loadavg: 3.18 2.62 2.31 3/93 24523
/proc/meminfo: memFree=596152/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1304 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868640 CPUtime=10.57
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 12946 0 1 0 1043 14 0 0 18 0 9 0 24846952 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217160 11261 2567 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868640 CPUtime=9.42
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 3413 0 1 0 938 4 0 0 25 0 9 0 24846953 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868640 CPUtime=0.91
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 7336 0 0 0 83 8 0 0 16 0 9 0 24846954 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868640 CPUtime=0.2
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1494 0 0 0 20 0 0 0 15 0 9 0 24846956 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889487360 11261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 890864

[startup+25.5025 s]
/proc/loadavg: 3.14 2.64 2.32 3/93 24523
/proc/meminfo: memFree=510392/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1304 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868640 CPUtime=23.28
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 20566 0 1 0 2304 24 0 0 18 0 9 0 24846952 889487360 16158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217160 16158 2568 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868640 CPUtime=20.99
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 4324 0 1 0 2091 8 0 0 25 0 9 0 24846953 889487360 16158 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868640 CPUtime=2.06
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 14036 0 0 0 191 15 0 0 16 0 9 0 24846954 889487360 16158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 16158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868640 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889487360 16158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868640 CPUtime=0

################
# More data... #
################

[startup+1002.3 s]
/proc/loadavg: 2.03 2.15 2.22 3/83 24587
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1305 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868752 CPUtime=987.42
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 53963 0 3 0 96991 1751 0 0 18 0 9 0 24846952 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217188 39727 2593 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868752 CPUtime=976.32
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 11519 0 3 0 95950 1682 0 0 25 0 9 0 24846953 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4127086490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868752 CPUtime=10.75
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 40189 0 0 0 1009 66 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868752 CPUtime=0.3
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1552 0 0 0 30 0 0 0 17 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 988.95
Current children cumulated vsize (KiB) 890976

Solver just ended. Dumping a history of the last processes samples

[startup+1011.1 s]
/proc/loadavg: 2.03 2.14 2.22 3/83 24587
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1305 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868752 CPUtime=996.18
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 54018 0 3 0 97848 1770 0 0 18 0 9 0 24846952 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217188 39727 2593 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868752 CPUtime=985.03
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 11574 0 3 0 96803 1700 0 0 25 0 9 0 24846953 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4127066323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868752 CPUtime=10.79
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 40189 0 0 0 1012 67 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868752 CPUtime=0.3
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1552 0 0 0 30 0 0 0 17 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.71
Current children cumulated vsize (KiB) 890976

[startup+1023.9 s]
/proc/loadavg: 2.02 2.14 2.21 3/83 24587
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1305 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868752 CPUtime=1008.89
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 54096 0 3 0 99094 1795 0 0 18 0 9 0 24846952 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217188 39727 2593 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868752 CPUtime=997.69
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 11652 0 3 0 98045 1724 0 0 25 0 9 0 24846953 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4127068081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868752 CPUtime=10.84
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 40189 0 0 0 1017 67 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868752 CPUtime=0.3
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1552 0 0 0 30 0 0 0 17 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1010.42
Current children cumulated vsize (KiB) 890976

[startup+1030.3 s]
/proc/loadavg: 2.02 2.13 2.21 3/83 24587
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1.53
/proc/24501/stat : 24501 (sugar) S 24499 24501 23210 0 -1 4194304 1305 14748 5 3 6 1 137 9 16 0 1 0 24846747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24501/statm: 4217 1111 409 3 0 796 0
[pid=24514] ppid=24501 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24501 24501 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24846952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=868752 CPUtime=1015.23
/proc/24515/stat : 24515 (java) S 24514 24501 23210 0 -1 0 54151 0 5 0 99710 1813 0 0 18 0 9 0 24846952 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 217188 39733 2593 9 0 211665 0
[pid=24515/tid=24516] ppid=24514 vsize=868752 CPUtime=1003.98
/proc/24515/task/24516/stat : 24516 (java) R 24514 24501 23210 0 -1 64 11704 0 5 0 98657 1741 0 0 24 0 9 0 24846953 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24517] ppid=24514 vsize=868752 CPUtime=10.88
/proc/24515/task/24517/stat : 24517 (java) S 24514 24501 23210 0 -1 64 40189 0 0 0 1020 68 0 0 16 0 9 0 24846954 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24518] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24501 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24501 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24846954 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24501 23210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24846956 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=868752 CPUtime=0.3
/proc/24515/task/24521/stat : 24521 (java) S 24514 24501 23210 0 -1 64 1555 0 0 0 30 0 0 0 16 0 9 0 24846956 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24515/tid=24522] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24846956 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=868752 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24501 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24846956 889602048 39733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1016.76
Current children cumulated vsize (KiB) 890976

[startup+1031.9 s]
/proc/loadavg: 2.02 2.13 2.21 3/73 24589
/proc/meminfo: memFree=1356632/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1018.05
/proc/24501/stat : 24501 (sugar) R 24499 24501 23210 0 -1 4194304 1415 69547 5 12 10 78 99889 1828 22 0 1 0 24846747 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24501/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1018.05
Current children cumulated vsize (KiB) 16868

[startup+1033.6 s]
/proc/loadavg: 2.18 2.16 2.22 2/73 24589
/proc/meminfo: memFree=1899864/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1018.28
/proc/24501/stat : 24501 (sugar) D 24499 24501 23210 0 -1 4194304 1415 69547 5 12 10 101 99889 1828 18 0 1 0 24846747 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24501/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1018.28
Current children cumulated vsize (KiB) 16868

[startup+1034 s]
/proc/loadavg: 2.18 2.16 2.22 2/73 24589
/proc/meminfo: memFree=1899480/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1018.3
/proc/24501/stat : 24501 (sugar) D 24499 24501 23210 0 -1 4194304 1415 69547 5 12 10 103 99889 1828 18 0 1 0 24846747 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24501/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1018.3
Current children cumulated vsize (KiB) 16868

[startup+1034.2 s]
/proc/loadavg: 2.18 2.16 2.22 2/73 24589
/proc/meminfo: memFree=1899480/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1018.3
/proc/24501/stat : 24501 (sugar) D 24499 24501 23210 0 -1 4194304 1415 69547 5 12 10 103 99889 1828 18 0 1 0 24846747 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24501/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1018.3
Current children cumulated vsize (KiB) 16868

[startup+1034.3 s]
/proc/loadavg: 2.18 2.16 2.22 2/73 24589
/proc/meminfo: memFree=1899480/2055920 swapFree=4192812/4192956
[pid=24501] ppid=24499 vsize=16868 CPUtime=1018.31
/proc/24501/stat : 24501 (sugar) D 24499 24501 23210 0 -1 4194304 1415 69547 5 12 10 104 99889 1828 18 0 1 0 24846747 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24501/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1018.31
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1034.4
CPU time (s): 1018.33
CPU user time (s): 998.996
CPU system time (s): 19.3351
CPU usage (%): 98.4464
Max. virtual memory (cumulated for all children) (KiB): 895992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.996
system time used= 19.3351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71023
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88367
involuntary context switches= 93317

runsolver used 1.55976 second user time and 4.12137 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 07:49:57
IDJOB=2083621
IDBENCH=57878
IDSOLVER=738
FILE ID=node11/2083621-1247377797
PBS_JOBID= 9507148
Free space on /tmp= 65220 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083621-1247377797/watcher-2083621-1247377797 -o /tmp/evaluation-result-2083621-1247377797/solver-2083621-1247377797 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083621-1247377797.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 58ea24c4b64e9a970cdc24f9e79dc4d0
RANDOM SEED=1580266414

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        694576 kB
Buffers:          1356 kB
Cached:         951256 kB
SwapCached:          0 kB
Active:         777644 kB
Inactive:       511872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        694576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          205092 kB
Writeback:        2688 kB
Mapped:         358212 kB
Slab:            56276 kB
Committed_AS:   622136 kB
PageTables:       2648 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node11 at 2009-07-12 08:07:12