Trace number 2083610

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? 1075.39 1092.64

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-9.xml
MD5SUM54b400bba60c57784266f5aabcfb5702
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 benchmark49.0455
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:49:15 2009
0.00/0.08	c 0	PID 26335
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083610-1247377755.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083610-1247377755.xml' 'HOME/temp.csp'
1.54/1.69	c 2	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.63/1.72	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.63/1.72	c 2	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.65/1.80	c 2	Parsing HOME/temp.csp
2.02/2.12	c 2	parsed 10000 expressions
2.21/2.33	c 3	parsed 20000 expressions
2.30/2.40	c 3	parsed 25394 expressions
2.30/2.41	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.41	c 3	Converting to clausal form CSP
2.30/2.48	c 3	converted 2540 (10%) expressions
11.31/11.53	c 12	converted 5079 (20%) expressions
19.62/19.99	c 20	converted 7619 (30%) expressions
28.22/28.63	c 29	converted 10158 (40%) expressions
36.52/37.09	c 37	converted 12697 (50%) expressions
45.02/45.62	c 46	converted 15237 (60%) expressions
52.83/53.55	c 54	converted 17776 (70%) expressions
60.63/61.45	c 62	converted 20316 (80%) expressions
68.05/68.92	c 69	converted 22855 (90%) expressions
74.64/75.51	c 76	converted 25394 (100%) expressions
74.64/75.52	c 76	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
74.64/75.52	c 76	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
74.64/75.52	c 76	Propagation in CSP
83.10/84.06	c 84	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
83.10/84.07	c 84	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
83.10/84.07	c 84	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
83.20/84.12	c 84	Simplifing CSP by introducing new Boolean variables
83.50/84.45	c 85	CSP : 9699 integers, 119272 booleans, 206726 clauses, largest domain size 3217
83.50/84.45	c 85	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.29/85.26	c 86	Encoding CSP to SAT : HOME/temp.cnf
119.05/120.34	c 121	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
154.10/155.80	c 156	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
185.10/187.02	c 187	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
188.60/190.61	c 191	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
191.97/194.01	c 194	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
195.59/197.71	c 198	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
199.22/201.41	c 202	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
202.75/205.07	c 205	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
206.35/208.79	c 209	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
210.02/212.76	c 213	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
308.56/312.53	c 313	20673 (10%) CSP clauses are encoded (30135363 clauses, 661381823 bytes)
395.63/400.74	c 401	41346 (20%) CSP clauses are encoded (38577499 clauses, 891180824 bytes)
482.88/489.11	c 489	62018 (30%) CSP clauses are encoded (47309600 clauses, 1128914060 bytes)
574.18/581.66	c 582	82691 (40%) CSP clauses are encoded (56220903 clauses, 1377990091 bytes)
663.15/671.98	c 672	103363 (50%) CSP clauses are encoded (64773768 clauses, 1624243839 bytes)
747.13/757.21	c 757	124036 (60%) CSP clauses are encoded (73079646 clauses, 1864539637 bytes)
831.08/842.48	c 843	144709 (70%) CSP clauses are encoded (81702868 clauses, 2113473093 bytes)
915.02/927.69	c 928	165381 (80%) CSP clauses are encoded (90314465 clauses, 2363302305 bytes)
1000.01/1013.97	c 1014	186054 (90%) CSP clauses are encoded (99015738 clauses, 2616416811 bytes)
1073.84/1089.00	c 1089	206726 (100%) CSP clauses are encoded (107480627 clauses, 2865042540 bytes)
1073.84/1089.00	c 1089	206726 CSP clauses encoded
1073.94/1089.01	c 1089	Writing map file : HOME/temp.map
1074.36/1089.57	c 1090	Heap : 115 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1074.36/1089.57	c 1090	SAT : 21637125 SAT variables, 107480627 SAT clauses, 2865042540 bytes
1074.36/1089.57	c 1090	Heap : 115 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1074.44/1089.86	c 1090	SOLVING HOME/temp.cnf
1074.44/1089.86	c 1090	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1074.51/1089.93	c 1090	*** picosat: can not read input file 'HOME/temp.cnf'
1074.51/1089.93	c 1090	DECODING HOME/temp.out WITH HOME/temp.map
1074.51/1089.93	c ERROR no output file HOME/temp.out
1074.51/1089.93	s UNKNOWN
1074.51/1089.93	c 1090	CPU 1074.51 (0.09 0.02 1057.02 17.38)
1074.51/1089.93	c 1090	END Sun Jul 12 08:07:25 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-2083610-1247377755/watcher-2083610-1247377755 -o /tmp/evaluation-result-2083610-1247377755/solver-2083610-1247377755 -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-2083610-1247377755.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: 2.08 2.08 2.08 4/82 26335
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=4708 CPUtime=0
/proc/26335/stat : 26335 (sugar) R 26333 26335 26664 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24842916 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 244668495241 0 0 4096 0 0 0 0 17 1 0 0
/proc/26335/statm: 1177 43 33 3 0 8 0

[startup+0.0948631 s]
/proc/loadavg: 2.08 2.08 2.08 4/82 26335
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=0.06
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101865 s]
/proc/loadavg: 2.08 2.08 2.08 4/82 26335
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=0.06
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301884 s]
/proc/loadavg: 2.08 2.08 2.08 4/82 26335
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=0.06
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701926 s]
/proc/loadavg: 2.08 2.08 2.08 4/82 26335
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=0.06
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.08 2.08 2.08 5/93 26347
/proc/meminfo: memFree=1381680/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=0.06
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26338] ppid=26335 vsize=5356 CPUtime=0
/proc/26338/stat : 26338 (sh) S 26335 26335 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24842924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 1339 233 193 169 0 50 0
[pid=26339] ppid=26338 vsize=864760 CPUtime=1.38
/proc/26339/stat : 26339 (java) S 26338 26335 26664 0 -1 0 14212 0 1 0 129 9 0 0 18 0 9 0 24842925 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 216190 12243 2557 9 0 210702 0
[pid=26339/tid=26340] ppid=26338 vsize=864760 CPUtime=0.73
/proc/26339/task/26340/stat : 26340 (java) R 26338 26335 26664 0 -1 64 3056 0 1 0 70 3 0 0 24 0 9 0 24842926 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4125968115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26341] ppid=26338 vsize=864760 CPUtime=0.47
/proc/26339/task/26341/stat : 26341 (java) S 26338 26335 26664 0 -1 64 9919 0 0 0 43 4 0 0 16 0 9 0 24842927 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26342] ppid=26338 vsize=864760 CPUtime=0
/proc/26339/task/26342/stat : 26342 (java) S 26338 26335 26664 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24842927 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26343] ppid=26338 vsize=864760 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26338 26335 26664 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24842928 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26344] ppid=26338 vsize=864760 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26338 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24842930 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26345] ppid=26338 vsize=864760 CPUtime=0.14
/proc/26339/task/26345/stat : 26345 (java) S 26338 26335 26664 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 24842930 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26346] ppid=26338 vsize=864760 CPUtime=0
/proc/26339/task/26346/stat : 26346 (java) S 26338 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24842930 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26347] ppid=26338 vsize=864760 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26338 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24842930 885514240 12243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886984

[startup+3.10223 s]
/proc/loadavg: 2.08 2.08 2.08 3/93 26357
/proc/meminfo: memFree=1403696/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1309 14745 0 1 6 2 147 11 15 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868560 CPUtime=1.35
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 9117 0 1 0 130 5 0 0 18 0 9 0 24843088 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217140 8211 2569 9 0 211645 0
[pid=26349/tid=26350] ppid=26348 vsize=868560 CPUtime=0.96
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 2632 0 1 0 94 2 0 0 22 0 9 0 24843089 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868560 CPUtime=0.21
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 4317 0 0 0 20 1 0 0 16 0 9 0 24843091 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868560 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24843091 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868560 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24843091 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868560 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868560 CPUtime=0.15
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1465 0 0 0 15 0 0 0 15 0 9 0 24843093 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868560 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868560 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889405440 8211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890784

[startup+6.30151 s]
/proc/loadavg: 2.08 2.08 2.08 3/93 26357
/proc/meminfo: memFree=1385456/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1309 14745 0 1 6 2 147 11 15 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868648 CPUtime=4.51
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 10559 0 1 0 442 9 0 0 18 0 9 0 24843088 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217162 9320 2567 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868648 CPUtime=3.78
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 2980 0 1 0 375 3 0 0 25 0 9 0 24843089 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4126510019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868648 CPUtime=0.51
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 5394 0 0 0 47 4 0 0 16 0 9 0 24843091 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24843091 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868648 CPUtime=0.2
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1482 0 0 0 19 1 0 0 16 0 9 0 24843093 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889495552 9320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890872

[startup+12.7022 s]
/proc/loadavg: 2.15 2.09 2.09 4/93 26357
/proc/meminfo: memFree=1377584/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1309 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868648 CPUtime=10.84
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 12972 0 1 0 1069 15 0 0 18 0 9 0 24843088 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217162 11316 2568 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868648 CPUtime=9.6
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 3397 0 1 0 956 4 0 0 25 0 9 0 24843089 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868648 CPUtime=1.01
/proc/26349/task/26351/stat : 26351 (java) R 26348 26335 26664 0 -1 64 7389 0 0 0 93 8 0 0 16 0 9 0 24843091 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 102758033 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24843091 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868648 CPUtime=0.2
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1483 0 0 0 19 1 0 0 16 0 9 0 24843093 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889495552 11316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890872

[startup+25.5025 s]
/proc/loadavg: 2.27 2.12 2.09 3/93 26357
/proc/meminfo: memFree=1358768/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1309 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868648 CPUtime=23.49
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 20934 0 1 0 2325 24 0 0 18 0 9 0 24843088 889495552 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217162 15916 2568 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868648 CPUtime=21.09
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 4290 0 1 0 2103 6 0 0 25 0 9 0 24843089 889495552 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4126503944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868648 CPUtime=2.16
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 14449 0 0 0 201 15 0 0 16 0 9 0 24843091 889495552 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24843091 889495552 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868648 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889495552 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868648 CPUtime=0

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

[startup+1062.3 s]
/proc/loadavg: 2.48 2.19 2.12 3/91 26428
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1310 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868760 CPUtime=1046
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 54839 0 1 0 102936 1664 0 0 18 0 9 0 24843088 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217190 40113 2593 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868760 CPUtime=1034.4
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 11493 0 1 0 101847 1593 0 0 25 0 9 0 24843089 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4127067227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868760 CPUtime=11.28
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 41102 0 0 0 1060 68 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868760 CPUtime=0.29
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1541 0 0 0 28 1 0 0 17 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1047.66
Current children cumulated vsize (KiB) 890984

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

[startup+1075.1 s]
/proc/loadavg: 2.59 2.22 2.13 3/91 26428
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1310 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868760 CPUtime=1058.6
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 54914 0 1 0 104170 1690 0 0 18 0 9 0 24843088 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217190 40113 2593 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868760 CPUtime=1046.93
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 11568 0 1 0 103075 1618 0 0 25 0 9 0 24843089 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4127073000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868760 CPUtime=11.34
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 41102 0 0 0 1066 68 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868760 CPUtime=0.29
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1541 0 0 0 28 1 0 0 17 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.26
Current children cumulated vsize (KiB) 890984

[startup+1081.5 s]
/proc/loadavg: 2.62 2.24 2.14 3/91 26428
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1310 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868760 CPUtime=1064.9
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 54949 0 1 0 104787 1703 0 0 18 0 9 0 24843088 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217190 40113 2593 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868760 CPUtime=1053.2
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 11603 0 1 0 103689 1631 0 0 25 0 9 0 24843089 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4127074426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868760 CPUtime=11.36
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 41102 0 0 0 1068 68 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868760 CPUtime=0.29
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1541 0 0 0 28 1 0 0 17 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1066.56
Current children cumulated vsize (KiB) 890984

[startup+1087.91 s]
/proc/loadavg: 2.68 2.26 2.14 3/91 26428
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1.66
/proc/26335/stat : 26335 (sugar) S 26333 26335 26664 0 -1 4194304 1310 14745 0 1 6 2 147 11 16 0 1 0 24842916 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26335/statm: 4217 1111 409 3 0 796 0
[pid=26348] ppid=26335 vsize=5356 CPUtime=0
/proc/26348/stat : 26348 (sh) S 26335 26335 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24843088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26348/statm: 1339 233 193 169 0 50 0
[pid=26349] ppid=26348 vsize=868760 CPUtime=1071.2
/proc/26349/stat : 26349 (java) S 26348 26335 26664 0 -1 0 54989 0 1 0 105403 1717 0 0 18 0 9 0 24843088 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 217190 40113 2593 9 0 211667 0
[pid=26349/tid=26350] ppid=26348 vsize=868760 CPUtime=1059.47
/proc/26349/task/26350/stat : 26350 (java) R 26348 26335 26664 0 -1 64 11643 0 1 0 104302 1645 0 0 25 0 9 0 24843089 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4127068988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26351] ppid=26348 vsize=868760 CPUtime=11.41
/proc/26349/task/26351/stat : 26351 (java) S 26348 26335 26664 0 -1 64 41102 0 0 0 1072 69 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26348 26335 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26348 26335 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24843091 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26348 vsize=868760 CPUtime=0.29
/proc/26349/task/26355/stat : 26355 (java) S 26348 26335 26664 0 -1 64 1541 0 0 0 28 1 0 0 17 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26356] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26348 26335 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26357] ppid=26348 vsize=868760 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26348 26335 26664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24843093 889610240 40113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1072.86
Current children cumulated vsize (KiB) 890984

[startup+1091.1 s]
/proc/loadavg: 2.68 2.26 2.14 2/81 26430
/proc/meminfo: memFree=1692184/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1075.28
/proc/26335/stat : 26335 (sugar) D 26333 26335 26664 0 -1 4194304 1420 70401 0 6 9 79 105702 1738 18 0 1 0 24842916 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26335/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1075.28
Current children cumulated vsize (KiB) 16868

[startup+1091.9 s]
/proc/loadavg: 2.68 2.26 2.14 2/81 26430
/proc/meminfo: memFree=1692184/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1075.33
/proc/26335/stat : 26335 (sugar) D 26333 26335 26664 0 -1 4194304 1420 70401 0 6 9 84 105702 1738 18 0 1 0 24842916 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26335/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1075.33
Current children cumulated vsize (KiB) 16868

[startup+1092.31 s]
/proc/loadavg: 2.68 2.26 2.14 2/81 26430
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1075.35
/proc/26335/stat : 26335 (sugar) D 26333 26335 26664 0 -1 4194304 1420 70401 0 6 9 86 105702 1738 18 0 1 0 24842916 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26335/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1075.35
Current children cumulated vsize (KiB) 16868

[startup+1092.5 s]
/proc/loadavg: 2.68 2.26 2.14 2/81 26430
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1075.36
/proc/26335/stat : 26335 (sugar) D 26333 26335 26664 0 -1 4194304 1420 70401 0 6 9 87 105702 1738 18 0 1 0 24842916 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26335/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1075.36
Current children cumulated vsize (KiB) 16868

[startup+1092.6 s]
/proc/loadavg: 2.68 2.26 2.14 2/81 26430
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=26335] ppid=26333 vsize=16868 CPUtime=1075.37
/proc/26335/stat : 26335 (sugar) D 26333 26335 26664 0 -1 4194304 1420 70401 0 6 9 88 105702 1738 18 0 1 0 24842916 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26335/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1075.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1092.64
CPU time (s): 1075.39
CPU user time (s): 1057.12
CPU system time (s): 18.2712
CPU usage (%): 98.4214
Max. virtual memory (cumulated for all children) (KiB): 896000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1057.12
system time used= 18.2712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71882
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89779
involuntary context switches= 114786

runsolver used 1.2918 second user time and 3.82942 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 07:49:15
IDJOB=2083610
IDBENCH=57871
IDSOLVER=738
FILE ID=node7/2083610-1247377755
PBS_JOBID= 9507104
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-9.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-2083610-1247377755/watcher-2083610-1247377755 -o /tmp/evaluation-result-2083610-1247377755/solver-2083610-1247377755 -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-2083610-1247377755.xml

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

MD5SUM BENCH= 54b400bba60c57784266f5aabcfb5702
RANDOM SEED=1287840384

node7.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.231
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.231
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:       1416936 kB
Buffers:         20208 kB
Cached:          93012 kB
SwapCached:          0 kB
Active:         553944 kB
Inactive:        29644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4532 kB
Writeback:           0 kB
Mapped:         490824 kB
Slab:            39552 kB
Committed_AS:   651656 kB
PageTables:       2796 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= 66132 MiB
End job on node7 at 2009-07-12 08:07:28