Trace number 2083599

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? 1036.12 1051.37

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-2.xml
MD5SUM1feff749558ae4da23047eced7bab2b1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.1986
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:48:51 2009
0.00/0.08	c 0	PID 22504
0.06/0.08	c 0	HOST node54.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083599-1247377730.xml TO HOME/temp.csp
0.06/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-2083599-1247377730.xml' 'HOME/temp.csp'
1.76/1.82	c 1	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.76/1.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.86	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.79/1.95	c 1	Parsing HOME/temp.csp
2.01/2.13	c 2	parsed 10000 expressions
2.20/2.34	c 2	parsed 20000 expressions
2.30/2.40	c 2	parsed 25394 expressions
2.30/2.41	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.41	c 2	Converting to clausal form CSP
2.30/2.49	c 2	converted 2540 (10%) expressions
11.10/11.31	c 11	converted 5079 (20%) expressions
19.30/19.67	c 19	converted 7619 (30%) expressions
27.70/28.18	c 28	converted 10158 (40%) expressions
36.00/36.50	c 36	converted 12697 (50%) expressions
44.19/44.84	c 44	converted 15237 (60%) expressions
51.81/52.55	c 52	converted 17776 (70%) expressions
59.51/60.32	c 60	converted 20316 (80%) expressions
66.83/67.71	c 67	converted 22855 (90%) expressions
73.94/74.96	c 74	converted 25394 (100%) expressions
73.94/74.96	c 74	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
73.94/74.97	c 74	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.94/74.97	c 74	Propagation in CSP
82.94/84.08	c 84	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.94/84.08	c 84	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
82.94/84.08	c 84	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
83.04/84.13	c 84	Simplifing CSP by introducing new Boolean variables
83.43/84.50	c 84	CSP : 9699 integers, 119270 booleans, 206724 clauses, largest domain size 3217
83.43/84.50	c 84	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.12/85.29	c 85	Encoding CSP to SAT : HOME/temp.cnf
118.64/120.14	c 120	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
153.45/155.32	c 155	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
184.10/186.38	c 186	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
187.63/189.96	c 189	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
191.08/193.46	c 193	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
194.81/197.27	c 197	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
198.61/201.11	c 201	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
202.30/204.91	c 204	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
206.01/208.92	c 208	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
209.69/212.77	c 212	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
302.51/306.33	c 306	20673 (10%) CSP clauses are encoded (30130864 clauses, 661255620 bytes)
381.90/386.03	c 385	41345 (20%) CSP clauses are encoded (38567276 clauses, 890892838 bytes)
462.04/466.53	c 466	62018 (30%) CSP clauses are encoded (47294668 clauses, 1128490479 bytes)
547.59/552.61	c 552	82690 (40%) CSP clauses are encoded (56200690 clauses, 1377413220 bytes)
631.40/637.29	c 637	103362 (50%) CSP clauses are encoded (64749279 clauses, 1623539099 bytes)
710.61/717.47	c 717	124035 (60%) CSP clauses are encoded (73049825 clauses, 1863680981 bytes)
791.71/799.54	c 799	144707 (70%) CSP clauses are encoded (81663579 clauses, 2112320288 bytes)
875.63/884.87	c 884	165380 (80%) CSP clauses are encoded (90276395 clauses, 2362191175 bytes)
960.60/971.40	c 971	186052 (90%) CSP clauses are encoded (98973294 clauses, 2615173275 bytes)
1034.50/1046.63	c 1046	206724 (100%) CSP clauses are encoded (107433334 clauses, 2863652017 bytes)
1034.50/1046.63	c 1046	206724 CSP clauses encoded
1034.50/1046.68	c 1046	Writing map file : HOME/temp.map
1035.04/1047.55	c 1047	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1035.04/1047.55	c 1047	SAT : 21637123 SAT variables, 107433334 SAT clauses, 2863652017 bytes
1035.04/1047.55	c 1047	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1035.15/1047.63	c 1047	SOLVING HOME/temp.cnf
1035.15/1047.63	c 1047	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1035.17/1047.84	c 1047	*** picosat: can not read input file 'HOME/temp.cnf'
1035.17/1047.84	c 1047	DECODING HOME/temp.out WITH HOME/temp.map
1035.17/1047.84	c ERROR no output file HOME/temp.out
1035.17/1047.84	s UNKNOWN
1035.17/1047.84	c 1047	CPU 1035.18 (0.08 0.02 1017.71 17.37)
1035.17/1047.84	c 1047	END Sun Jul 12 08:06:18 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-2083599-1247377730/watcher-2083599-1247377730 -o /tmp/evaluation-result-2083599-1247377730/solver-2083599-1247377730 -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-2083599-1247377730.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.64 2.24 2.11 4/82 22504
/proc/meminfo: memFree=1893208/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=18576 CPUtime=0
/proc/22504/stat : 22504 (runsolver) R 22502 22504 20971 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24837837 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22504/statm: 4644 284 249 26 0 2626 0

[startup+0.0828529 s]
/proc/loadavg: 2.64 2.24 2.11 4/82 22504
/proc/meminfo: memFree=1893208/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16740 CPUtime=0.06
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24837837 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101529 s]
/proc/loadavg: 2.64 2.24 2.11 4/82 22504
/proc/meminfo: memFree=1893208/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=0.07
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30155 s]
/proc/loadavg: 2.64 2.24 2.11 4/82 22504
/proc/meminfo: memFree=1893208/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=0.07
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701606 s]
/proc/loadavg: 2.64 2.24 2.11 4/82 22504
/proc/meminfo: memFree=1893208/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=0.07
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.64 2.24 2.11 4/93 22516
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=0.07
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22507] ppid=22504 vsize=5356 CPUtime=0
/proc/22507/stat : 22507 (sh) S 22504 22504 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24837845 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22507/statm: 1339 233 193 169 0 50 0
[pid=22508] ppid=22507 vsize=864788 CPUtime=1.38
/proc/22508/stat : 22508 (java) S 22507 22504 20971 0 -1 0 13772 0 1 0 131 7 0 0 18 0 9 0 24837846 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22508/statm: 216197 11797 2556 9 0 210709 0
[pid=22508/tid=22509] ppid=22507 vsize=864788 CPUtime=0.82
/proc/22508/task/22509/stat : 22509 (java) R 22507 22504 20971 0 -1 64 3057 0 1 0 80 2 0 0 24 0 9 0 24837847 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4126381355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22510] ppid=22507 vsize=864788 CPUtime=0.42
/proc/22508/task/22510/stat : 22510 (java) S 22507 22504 20971 0 -1 64 9495 0 0 0 38 4 0 0 16 0 9 0 24837848 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22511] ppid=22507 vsize=864788 CPUtime=0
/proc/22508/task/22511/stat : 22511 (java) S 22507 22504 20971 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24837848 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22512] ppid=22507 vsize=864788 CPUtime=0
/proc/22508/task/22512/stat : 22512 (java) S 22507 22504 20971 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24837848 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22513] ppid=22507 vsize=864788 CPUtime=0
/proc/22508/task/22513/stat : 22513 (java) S 22507 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24837850 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22514] ppid=22507 vsize=864788 CPUtime=0.12
/proc/22508/task/22514/stat : 22514 (java) S 22507 22504 20971 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 24837850 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22515] ppid=22507 vsize=864788 CPUtime=0
/proc/22508/task/22515/stat : 22515 (java) S 22507 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24837850 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22508/tid=22516] ppid=22507 vsize=864788 CPUtime=0
/proc/22508/task/22516/stat : 22516 (java) S 22507 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24837851 885542912 11797 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10291 s]
/proc/loadavg: 2.64 2.24 2.11 3/93 22526
/proc/meminfo: memFree=1881152/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1309 14765 0 1 5 2 162 10 15 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868556 CPUtime=1.21
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 9111 0 1 0 116 5 0 0 18 0 9 0 24838024 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217139 8194 2569 9 0 211644 0
[pid=22518/tid=22519] ppid=22517 vsize=868556 CPUtime=0.81
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 2630 0 1 0 79 2 0 0 25 0 9 0 24838025 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4126586223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868556 CPUtime=0.21
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 4303 0 0 0 20 1 0 0 16 0 9 0 24838026 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868556 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868556 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24838027 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868556 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868556 CPUtime=0.16
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1476 0 0 0 16 0 0 0 16 0 9 0 24838029 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868556 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868556 CPUtime=0
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24838029 889401344 8194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890780

[startup+6.30132 s]
/proc/loadavg: 2.59 2.23 2.11 3/93 22526
/proc/meminfo: memFree=1862400/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1309 14765 0 1 5 2 162 10 15 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868640 CPUtime=4.36
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 10544 0 1 0 428 8 0 0 18 0 9 0 24838024 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217160 9281 2567 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868640 CPUtime=3.65
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 2991 0 1 0 362 3 0 0 25 0 9 0 24838025 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4126583350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868640 CPUtime=0.49
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 5358 0 0 0 46 3 0 0 16 0 9 0 24838026 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868640 CPUtime=0.19
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1493 0 0 0 19 0 0 0 16 0 9 0 24838029 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24838029 889487360 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890864

[startup+12.7021 s]
/proc/loadavg: 2.54 2.23 2.11 3/93 22526
/proc/meminfo: memFree=1854144/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1309 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=873768 CPUtime=10.69
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 14256 0 1 0 1055 14 0 0 18 0 9 0 24838024 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 218442 12572 2568 9 0 212947 0
[pid=22518/tid=22519] ppid=22517 vsize=873768 CPUtime=9.39
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 3412 0 1 0 935 4 0 0 25 0 9 0 24838025 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=873768 CPUtime=1.06
/proc/22518/task/22520/stat : 22520 (java) R 22517 22504 20971 0 -1 64 8648 0 0 0 99 7 0 0 16 0 9 0 24838026 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 103830994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=873768 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=873768 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=873768 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=873768 CPUtime=0.2
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1494 0 0 0 19 1 0 0 15 0 9 0 24838029 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=873768 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=873768 CPUtime=0
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24838029 894738432 12572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 895992

[startup+25.5028 s]
/proc/loadavg: 2.50 2.23 2.11 3/93 22526
/proc/meminfo: memFree=1834624/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1309 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868640 CPUtime=23.33
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 20552 0 1 0 2312 21 0 0 18 0 9 0 24838024 889487360 16142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217160 16142 2568 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868640 CPUtime=21
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 4311 0 1 0 2094 6 0 0 25 0 9 0 24838025 889487360 16142 996147200 134512640 134550932 4294955936 18446744073709551615 4126583304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868640 CPUtime=2.1
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 14036 0 0 0 197 13 0 0 16 0 9 0 24838026 889487360 16142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889487360 16142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868640 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889487360 16142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868640 CPUtime=0

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

[pid=22518/tid=22524] ppid=22517 vsize=868752 CPUtime=0.3
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868752 CPUtime=0.01
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 990.97
Current children cumulated vsize (KiB) 890976

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

[startup+1023.9 s]
/proc/loadavg: 2.03 2.10 2.09 3/92 22875
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1310 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868752 CPUtime=1010.42
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 55200 0 1 0 99370 1672 0 0 18 0 9 0 24838024 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217188 40911 2593 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868752 CPUtime=999.09
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 11557 0 1 0 98313 1596 0 0 25 0 9 0 24838025 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4127067206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868752 CPUtime=10.97
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 41389 0 0 0 1026 71 0 0 16 0 9 0 24838026 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868752 CPUtime=0.3
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868752 CPUtime=0.01
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1012.21
Current children cumulated vsize (KiB) 890976

[startup+1036.7 s]
/proc/loadavg: 2.09 2.11 2.09 3/92 22875
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1310 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868752 CPUtime=1023.01
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 55274 0 1 0 100604 1697 0 0 18 0 9 0 24838024 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217188 40911 2593 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868752 CPUtime=1011.6
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 11631 0 1 0 99540 1620 0 0 25 0 9 0 24838025 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4127067168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868752 CPUtime=11.04
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 41389 0 0 0 1032 72 0 0 16 0 9 0 24838026 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868752 CPUtime=0.3
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868752 CPUtime=0.01
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1024.8
Current children cumulated vsize (KiB) 890976

[startup+1043.1 s]
/proc/loadavg: 2.08 2.11 2.09 3/92 22875
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1310 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868752 CPUtime=1029.28
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 55311 0 1 0 101219 1709 0 0 18 0 9 0 24838024 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217188 40911 2593 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868752 CPUtime=1017.86
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 11668 0 1 0 100153 1633 0 0 25 0 9 0 24838025 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4126583304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868752 CPUtime=11.07
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 41389 0 0 0 1035 72 0 0 16 0 9 0 24838026 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868752 CPUtime=0.3
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868752 CPUtime=0.01
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1031.07
Current children cumulated vsize (KiB) 890976

[startup+1046.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/92 22875
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1.79
/proc/22504/stat : 22504 (sugar) S 22502 22504 20971 0 -1 4194304 1310 14765 0 1 5 2 162 10 16 0 1 0 24837837 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22504/statm: 4217 1111 409 3 0 796 0
[pid=22517] ppid=22504 vsize=5356 CPUtime=0
/proc/22517/stat : 22517 (sh) S 22504 22504 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22517/statm: 1339 233 193 169 0 50 0
[pid=22518] ppid=22517 vsize=868752 CPUtime=1032.42
/proc/22518/stat : 22518 (java) S 22517 22504 20971 0 -1 0 55333 0 1 0 101525 1717 0 0 18 0 9 0 24838024 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22518/statm: 217188 40911 2593 9 0 211665 0
[pid=22518/tid=22519] ppid=22517 vsize=868752 CPUtime=1020.97
/proc/22518/task/22519/stat : 22519 (java) R 22517 22504 20971 0 -1 64 11690 0 1 0 100457 1640 0 0 25 0 9 0 24838025 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4126583350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22520] ppid=22517 vsize=868752 CPUtime=11.09
/proc/22518/task/22520/stat : 22520 (java) S 22517 22504 20971 0 -1 64 41389 0 0 0 1037 72 0 0 16 0 9 0 24838026 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22521] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22521/stat : 22521 (java) S 22517 22504 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22522] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22522/stat : 22522 (java) S 22517 22504 20971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838027 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22523] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22523/stat : 22523 (java) S 22517 22504 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22524] ppid=22517 vsize=868752 CPUtime=0.3
/proc/22518/task/22524/stat : 22524 (java) S 22517 22504 20971 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22525] ppid=22517 vsize=868752 CPUtime=0
/proc/22518/task/22525/stat : 22525 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22518/tid=22526] ppid=22517 vsize=868752 CPUtime=0.01
/proc/22518/task/22526/stat : 22526 (java) S 22517 22504 20971 0 -1 64 0 0 0 0 0 1 0 0 15 0 9 0 24838029 889602048 40911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1034.21
Current children cumulated vsize (KiB) 890976

[startup+1049.5 s]
/proc/loadavg: 2.07 2.10 2.09 2/82 22877
/proc/meminfo: memFree=1673560/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1036.01
/proc/22504/stat : 22504 (sugar) D 22502 22504 20971 0 -1 4194304 1420 70759 0 7 8 85 101771 1737 18 0 1 0 24837837 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22504/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1036.01
Current children cumulated vsize (KiB) 16868

[startup+1050.3 s]
/proc/loadavg: 2.07 2.10 2.09 2/82 22877
/proc/meminfo: memFree=1673560/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1036.05
/proc/22504/stat : 22504 (sugar) D 22502 22504 20971 0 -1 4194304 1420 70759 0 7 8 89 101771 1737 18 0 1 0 24837837 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22504/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1036.05
Current children cumulated vsize (KiB) 16868

[startup+1051.1 s]
/proc/loadavg: 2.07 2.10 2.09 2/82 22877
/proc/meminfo: memFree=1672984/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1036.09
/proc/22504/stat : 22504 (sugar) D 22502 22504 20971 0 -1 4194304 1420 70759 0 7 8 93 101771 1737 18 0 1 0 24837837 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22504/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1036.09
Current children cumulated vsize (KiB) 16868

[startup+1051.3 s]
/proc/loadavg: 2.07 2.10 2.09 2/82 22877
/proc/meminfo: memFree=1672984/2055920 swapFree=4192812/4192956
[pid=22504] ppid=22502 vsize=16868 CPUtime=1036.09
/proc/22504/stat : 22504 (sugar) D 22502 22504 20971 0 -1 4194304 1420 70759 0 7 8 93 101771 1737 18 0 1 0 24837837 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22504/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1036.09
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1051.37
CPU time (s): 1036.12
CPU user time (s): 1017.8
CPU system time (s): 18.3152
CPU usage (%): 98.5489
Max. virtual memory (cumulated for all children) (KiB): 895992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1017.8
system time used= 18.3152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72240
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88954
involuntary context switches= 98546

runsolver used 1.66675 second user time and 4.11437 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 07:48:50
IDJOB=2083599
IDBENCH=57870
IDSOLVER=738
FILE ID=node54/2083599-1247377730
PBS_JOBID= 9507114
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 1feff749558ae4da23047eced7bab2b1
RANDOM SEED=1945054967

node54.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.232
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.232
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:       1893688 kB
Buffers:          9512 kB
Cached:          69708 kB
SwapCached:          0 kB
Active:          87432 kB
Inactive:        28876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4524 kB
Writeback:           0 kB
Mapped:          57476 kB
Slab:            31132 kB
Committed_AS:   223420 kB
PageTables:       1844 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-12 08:06:22