Trace number 2083291

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? 551.089 561.279

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-10.xml
MD5SUM8a127deb0eee354290b5835e74cbb9f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
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:39:04 2009
0.00/0.08	c 0	PID 22569
0.07/0.08	c 0	HOST node2.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083291-1247377143.xml TO HOME/temp.csp
0.07/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-2083291-1247377143.xml' 'HOME/temp.csp'
1.62/1.76	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.68/1.82	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.68/1.82	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.68/1.90	c 2	Parsing HOME/temp.csp
1.70/2.07	c 2	parsed 10000 expressions
2.06/2.24	c 2	parsed 20000 expressions
2.15/2.36	c 2	parsed 25916 expressions
2.15/2.37	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.37	c 2	Converting to clausal form CSP
2.25/2.43	c 2	converted 2592 (10%) expressions
7.79/8.02	c 8	converted 5184 (20%) expressions
13.03/13.33	c 13	converted 7775 (30%) expressions
17.98/18.39	c 18	converted 10367 (40%) expressions
23.22/23.64	c 23	converted 12958 (50%) expressions
28.06/28.52	c 28	converted 15550 (60%) expressions
32.70/33.26	c 33	converted 18142 (70%) expressions
37.65/38.28	c 38	converted 20733 (80%) expressions
42.00/42.68	c 42	converted 23325 (90%) expressions
45.85/46.52	c 46	converted 25916 (100%) expressions
45.85/46.53	c 46	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
45.85/46.53	c 46	Heap : 86 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.85/46.53	c 46	Propagation in CSP
51.69/52.43	c 52	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
51.69/52.43	c 52	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
51.69/52.43	c 52	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.69/52.48	c 52	Simplifing CSP by introducing new Boolean variables
52.09/52.86	c 53	CSP : 9858 integers, 122600 booleans, 211597 clauses, largest domain size 4001
52.09/52.86	c 53	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.78/53.50	c 53	Encoding CSP to SAT : HOME/temp.cnf
66.76/67.65	c 67	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
80.43/81.43	c 81	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
92.24/93.36	c 93	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
97.11/98.35	c 98	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
102.06/103.49	c 103	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
107.28/108.82	c 109	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
112.36/114.08	c 114	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
117.57/119.47	c 119	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
122.81/124.88	c 125	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
128.09/130.32	c 130	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
176.61/179.70	c 179	21160 (10%) CSP clauses are encoded (39385496 clauses, 868042973 bytes)
226.04/229.68	c 229	42320 (20%) CSP clauses are encoded (49723019 clauses, 1152111979 bytes)
275.04/279.25	c 279	63480 (30%) CSP clauses are encoded (60068466 clauses, 1443058656 bytes)
324.68/329.53	c 329	84639 (40%) CSP clauses are encoded (70713853 clauses, 1752709675 bytes)
374.05/379.75	c 379	105799 (50%) CSP clauses are encoded (81502222 clauses, 2068188045 bytes)
423.06/429.59	c 429	126959 (60%) CSP clauses are encoded (92158986 clauses, 2380560139 bytes)
471.96/479.21	c 479	148118 (70%) CSP clauses are encoded (102737321 clauses, 2690967332 bytes)
520.91/529.03	c 529	169278 (80%) CSP clauses are encoded (114025705 clauses, 3022133825 bytes)
549.91/558.55	c 558	ERROR Exception Too large HOME/temp.cnf
549.91/558.55	c 558	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
549.91/558.55	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
549.91/558.55	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
549.91/558.55	s UNKNOWN
549.96/558.65	c 558	CPU 549.99 (0.07 0.01 529.96 19.95)
549.96/558.65	c 558	END Sun Jul 12 07:48:22 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-2083291-1247377143/watcher-2083291-1247377143 -o /tmp/evaluation-result-2083291-1247377143/solver-2083291-1247377143 -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-2083291-1247377143.xml 

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


[startup+0 s]
/proc/loadavg: 3.49 2.82 2.39 4/82 22569
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=18576 CPUtime=0
/proc/22569/stat : 22569 (runsolver) R 22567 22569 17474 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24782046 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22569/statm: 4644 284 249 26 0 2626 0

[startup+0.0849619 s]
/proc/loadavg: 3.49 2.82 2.39 4/82 22569
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16740 CPUtime=0.07
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24782046 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101685 s]
/proc/loadavg: 3.49 2.82 2.39 4/82 22569
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=0.07
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301717 s]
/proc/loadavg: 3.49 2.82 2.39 4/82 22569
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=0.07
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701792 s]
/proc/loadavg: 3.49 2.82 2.39 4/82 22569
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=0.07
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 3.53 2.84 2.40 3/93 22581
/proc/meminfo: memFree=848808/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=0.07
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22572] ppid=22569 vsize=5356 CPUtime=0
/proc/22572/stat : 22572 (sh) S 22569 22569 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24782054 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22572/statm: 1339 233 193 169 0 50 0
[pid=22573] ppid=22572 vsize=864768 CPUtime=1.36
/proc/22573/stat : 22573 (java) S 22572 22569 17474 0 -1 0 14415 0 1 0 126 10 0 0 18 0 9 0 24782055 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22573/statm: 216192 12443 2557 9 0 210704 0
[pid=22573/tid=22574] ppid=22572 vsize=864768 CPUtime=0.74
/proc/22573/task/22574/stat : 22574 (java) R 22572 22569 17474 0 -1 64 3074 0 1 0 71 3 0 0 24 0 9 0 24782056 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4125958301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22575] ppid=22572 vsize=864768 CPUtime=0.45
/proc/22573/task/22575/stat : 22575 (java) S 22572 22569 17474 0 -1 64 10106 0 0 0 40 5 0 0 16 0 9 0 24782057 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22576] ppid=22572 vsize=864768 CPUtime=0
/proc/22573/task/22576/stat : 22576 (java) S 22572 22569 17474 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24782057 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22577] ppid=22572 vsize=864768 CPUtime=0
/proc/22573/task/22577/stat : 22577 (java) S 22572 22569 17474 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24782057 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22578] ppid=22572 vsize=864768 CPUtime=0
/proc/22573/task/22578/stat : 22578 (java) S 22572 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782059 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22579] ppid=22572 vsize=864768 CPUtime=0.14
/proc/22573/task/22579/stat : 22579 (java) S 22572 22569 17474 0 -1 64 530 0 0 0 13 1 0 0 16 0 9 0 24782059 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22580] ppid=22572 vsize=864768 CPUtime=0
/proc/22573/task/22580/stat : 22580 (java) S 22572 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782060 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22573/tid=22581] ppid=22572 vsize=864768 CPUtime=0
/proc/22573/task/22581/stat : 22581 (java) S 22572 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24782060 885522432 12443 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886992

[startup+3.10223 s]
/proc/loadavg: 3.53 2.84 2.40 4/93 22591
/proc/meminfo: memFree=854632/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.7
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1309 14957 0 1 6 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868532 CPUtime=1.25
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 9097 0 1 0 121 4 0 0 18 0 9 0 24782228 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217133 8178 2569 9 0 211638 0
[pid=22583/tid=22584] ppid=22582 vsize=868532 CPUtime=0.84
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 2636 0 1 0 83 1 0 0 22 0 9 0 24782229 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4126502208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868532 CPUtime=0.21
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 4286 0 0 0 20 1 0 0 16 0 9 0 24782230 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868532 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868532 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24782230 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868532 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868532 CPUtime=0.16
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1473 0 0 0 16 0 0 0 15 0 9 0 24782232 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868532 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868532 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889376768 8178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890756

[startup+6.30282 s]
/proc/loadavg: 3.53 2.84 2.40 3/93 22591
/proc/meminfo: memFree=807592/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.7
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1309 14957 0 1 6 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868620 CPUtime=4.41
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 10821 0 1 0 431 10 0 0 18 0 9 0 24782228 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217155 9546 2567 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868620 CPUtime=3.64
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 3007 0 1 0 360 4 0 0 25 0 9 0 24782229 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4126502176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868620 CPUtime=0.56
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 5626 0 0 0 52 4 0 0 16 0 9 0 24782230 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868620 CPUtime=0.2
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1486 0 0 0 19 1 0 0 15 0 9 0 24782232 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889466880 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890844

[startup+12.703 s]
/proc/loadavg: 3.53 2.86 2.41 3/93 22591
/proc/meminfo: memFree=739688/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.7
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1309 14957 0 1 6 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868620 CPUtime=10.74
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 15160 0 1 0 1058 16 0 0 18 0 9 0 24782228 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217155 12208 2568 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868620 CPUtime=9.29
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 3570 0 1 0 923 6 0 0 25 0 9 0 24782229 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4126506992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868620 CPUtime=1.22
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 9395 0 0 0 114 8 0 0 16 0 9 0 24782230 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868620 CPUtime=0.2
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1493 0 0 0 19 1 0 0 17 0 9 0 24782232 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889466880 12208 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890844

[startup+25.5023 s]
/proc/loadavg: 3.45 2.87 2.41 3/93 22591
/proc/meminfo: memFree=601896/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.7
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1309 14957 0 1 6 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868620 CPUtime=23.4
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 22875 0 1 0 2314 26 0 0 18 0 9 0 24782228 889466880 17854 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217155 17854 2568 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868620 CPUtime=20.82
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 4292 0 1 0 2073 9 0 0 25 0 9 0 24782229 889466880 17854 996147200 134512640 134550932 4294955936 18446744073709551615 4126507035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868620 CPUtime=2.33
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 16387 0 0 0 219 14 0 0 16 0 9 0 24782230 889466880 17854 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 17854 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868620 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889466880 17854 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868620 CPUtime=0

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

[pid=22583/tid=22589] ppid=22582 vsize=868732 CPUtime=0.3
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1544 0 0 0 29 1 0 0 17 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 514.33
Current children cumulated vsize (KiB) 890956

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

[startup+537.501 s]
/proc/loadavg: 2.01 2.31 2.35 3/83 22653
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.71
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1310 14957 0 1 7 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868732 CPUtime=527.55
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 47009 0 1 0 50854 1901 0 0 18 0 9 0 24782228 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217183 32495 2593 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868732 CPUtime=517.47
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 12452 0 1 0 49922 1825 0 0 25 0 9 0 24782229 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4127050637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868732 CPUtime=9.75
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 32311 0 0 0 902 73 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868732 CPUtime=0.3
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1544 0 0 0 29 1 0 0 17 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 529.26
Current children cumulated vsize (KiB) 890956

[startup+550.302 s]
/proc/loadavg: 2.01 2.30 2.34 3/83 22653
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.71
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1310 14957 0 1 7 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868732 CPUtime=540.14
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 47197 0 1 0 52065 1949 0 0 18 0 9 0 24782228 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217183 32495 2593 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868732 CPUtime=529.93
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 12640 0 1 0 51122 1871 0 0 25 0 9 0 24782229 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4126451730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868732 CPUtime=9.87
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 32311 0 0 0 913 74 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868732 CPUtime=0.3
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1544 0 0 0 29 1 0 0 17 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 541.85
Current children cumulated vsize (KiB) 890956

[startup+556.703 s]
/proc/loadavg: 2.01 2.29 2.34 3/83 22653
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.71
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1310 14957 0 1 7 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868732 CPUtime=546.44
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 47295 0 1 0 52671 1973 0 0 18 0 9 0 24782228 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217183 32495 2593 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868732 CPUtime=536.16
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 12738 0 1 0 51722 1894 0 0 25 0 9 0 24782229 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4127059704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868732 CPUtime=9.94
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 32311 0 0 0 919 75 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868732 CPUtime=0.3
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1544 0 0 0 29 1 0 0 17 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 548.15
Current children cumulated vsize (KiB) 890956

[startup+558.302 s]
/proc/loadavg: 2.01 2.29 2.34 3/83 22653
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=1.71
/proc/22569/stat : 22569 (sugar) S 22567 22569 17474 0 -1 4194304 1310 14957 0 1 7 1 151 12 16 0 1 0 24782046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22569/statm: 4217 1111 409 3 0 796 0
[pid=22582] ppid=22569 vsize=5356 CPUtime=0
/proc/22582/stat : 22582 (sh) S 22569 22569 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24782228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22582/statm: 1339 233 193 169 0 50 0
[pid=22583] ppid=22582 vsize=868732 CPUtime=548
/proc/22583/stat : 22583 (java) S 22582 22569 17474 0 -1 0 47319 0 1 0 52820 1980 0 0 18 0 9 0 24782228 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22583/statm: 217183 32495 2593 9 0 211660 0
[pid=22583/tid=22584] ppid=22582 vsize=868732 CPUtime=537.7
/proc/22583/task/22584/stat : 22584 (java) R 22582 22569 17474 0 -1 64 12762 0 1 0 51869 1901 0 0 25 0 9 0 24782229 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4127095464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22585] ppid=22582 vsize=868732 CPUtime=9.96
/proc/22583/task/22585/stat : 22585 (java) S 22582 22569 17474 0 -1 64 32311 0 0 0 920 76 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22586] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22586/stat : 22586 (java) S 22582 22569 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22587] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22587/stat : 22587 (java) S 22582 22569 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24782230 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22588] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22588/stat : 22588 (java) S 22582 22569 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22589] ppid=22582 vsize=868732 CPUtime=0.3
/proc/22583/task/22589/stat : 22589 (java) S 22582 22569 17474 0 -1 64 1544 0 0 0 29 1 0 0 17 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22583/tid=22590] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22590/stat : 22590 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22583/tid=22591] ppid=22582 vsize=868732 CPUtime=0
/proc/22583/task/22591/stat : 22591 (java) S 22582 22569 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24782232 889581568 32495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 549.71
Current children cumulated vsize (KiB) 890956

[startup+559.906 s]
/proc/loadavg: 2.01 2.29 2.34 3/73 22653
/proc/meminfo: memFree=1885768/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=550.96
/proc/22569/stat : 22569 (sugar) D 22567 22569 17474 0 -1 4194304 1335 62576 0 3 7 98 52996 1995 18 0 1 0 24782046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22569/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 550.96
Current children cumulated vsize (KiB) 16868

[startup+560.701 s]
/proc/loadavg: 2.01 2.29 2.34 3/73 22653
/proc/meminfo: memFree=1885768/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=551.02
/proc/22569/stat : 22569 (sugar) D 22567 22569 17474 0 -1 4194304 1335 62576 0 3 7 104 52996 1995 18 0 1 0 24782046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22569/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 551.02
Current children cumulated vsize (KiB) 16868

[startup+561.101 s]
/proc/loadavg: 2.01 2.28 2.34 2/73 22653
/proc/meminfo: memFree=1884872/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=551.05
/proc/22569/stat : 22569 (sugar) D 22567 22569 17474 0 -1 4194304 1335 62576 0 3 7 107 52996 1995 18 0 1 0 24782046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22569/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 551.05
Current children cumulated vsize (KiB) 16868

[startup+561.201 s]
/proc/loadavg: 2.01 2.28 2.34 2/73 22653
/proc/meminfo: memFree=1884872/2055920 swapFree=4192812/4192956
[pid=22569] ppid=22567 vsize=16868 CPUtime=551.06
/proc/22569/stat : 22569 (sugar) D 22567 22569 17474 0 -1 4194304 1335 62576 0 3 7 108 52996 1995 18 0 1 0 24782046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22569/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 551.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 561.279
CPU time (s): 551.089
CPU user time (s): 530.041
CPU system time (s): 21.0478
CPU usage (%): 98.1845
Max. virtual memory (cumulated for all children) (KiB): 897256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.041
system time used= 21.0478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63972
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94499
involuntary context switches= 102975

runsolver used 0.749886 second user time and 1.9497 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 07:39:04
IDJOB=2083291
IDBENCH=57764
IDSOLVER=738
FILE ID=node2/2083291-1247377143
PBS_JOBID= 9507033
Free space on /tmp= 65664 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-10.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-2083291-1247377143/watcher-2083291-1247377143 -o /tmp/evaluation-result-2083291-1247377143/solver-2083291-1247377143 -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-2083291-1247377143.xml

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

MD5SUM BENCH= 8a127deb0eee354290b5835e74cbb9f7
RANDOM SEED=2039856931

node2.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.265
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.265
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:        886240 kB
Buffers:         45792 kB
Cached:         872548 kB
SwapCached:          0 kB
Active:         994712 kB
Inactive:       102580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        886240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210876 kB
Writeback:           0 kB
Mapped:         200284 kB
Slab:            57152 kB
Committed_AS:   409612 kB
PageTables:       2360 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= 66328 MiB
End job on node2 at 2009-07-12 07:48:25