Trace number 1085541

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.13+minisat? 774.726 782.222

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-10.xml
MD5SUM96880025e4a14a075629d437bfbc2f6d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark36.2935
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul  8 03:02:18 2008
0.00/0.04	c 0	PID 3201
0.00/0.04	c 0	HOST node57.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085541-1215478938.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085541-1215478938.xml' 'HOME/temp.csp'
2.26/2.33	c 3	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.26/2.39	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.39	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.31/2.46	c 3	Parsing HOME/temp.csp
2.31/2.85	c 3	parsed 10000 expressions
2.31/3.17	c 3	parsed 20000 expressions
3.45/3.51	c 4	parsed 30000 expressions
3.56/3.62	c 4	parsed 33837 expressions
3.56/3.62	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.56/3.62	c 4	Converting to clausal form CSP
7.65/7.78	c 8	converted 3384 (10%) expressions
15.41/15.59	c 16	converted 6768 (20%) expressions
22.97/23.14	c 23	converted 10152 (30%) expressions
29.83/30.03	c 30	converted 13535 (40%) expressions
37.08/37.39	c 38	converted 16919 (50%) expressions
43.74/44.03	c 44	converted 20303 (60%) expressions
49.81/50.19	c 50	converted 23686 (70%) expressions
55.97/56.32	c 57	converted 27070 (80%) expressions
62.55/62.99	c 63	converted 30454 (90%) expressions
68.22/68.63	c 69	converted 33837 (100%) expressions
68.22/68.63	c 69	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
68.22/68.63	c 69	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.22/68.63	c 69	Propagation in CSP
72.59/73.06	c 73	34264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
72.59/73.06	c 73	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
72.59/73.06	c 73	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.69/73.13	c 73	Simplifing CSP by introducing new Boolean variables
73.09/73.57	c 74	CSP : 5603 integers, 161327 booleans, 268895 clauses, largest domain size 2921
73.09/73.57	c 74	Heap : 217 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.49/74.97	c 75	Encoding CSP to SAT : HOME/temp.cnf
84.14/84.68	c 85	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
93.79/94.36	c 95	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
103.04/103.69	c 104	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
105.83/106.42	c 107	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
107.44/108.21	c 108	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
108.83/109.66	c 110	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
110.32/111.11	c 111	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
111.69/112.59	c 113	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
113.28/114.12	c 114	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
114.78/115.61	c 116	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
281.39/283.62	c 284	26890 (10%) CSP clauses are encoded (26274570 clauses, 587600748 bytes)
391.91/395.28	c 396	53779 (20%) CSP clauses are encoded (39493726 clauses, 919104356 bytes)
494.01/498.44	c 499	80669 (30%) CSP clauses are encoded (52119311 clauses, 1244072419 bytes)
598.37/603.77	c 604	107558 (40%) CSP clauses are encoded (64872877 clauses, 1571277976 bytes)
694.30/700.27	c 701	134448 (50%) CSP clauses are encoded (76748251 clauses, 1878509658 bytes)
773.93/780.58	c 781	ERROR Exception Too large HOME/temp.cnf
773.93/780.58	c 781	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
773.93/780.58	c 781	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
773.93/780.58	c 781	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
773.93/780.58	s UNKNOWN
774.05/780.70	c 781	CPU 761.04 (0.03 0.01 761.01 13.02)
774.05/780.70	c 781	END Tue Jul  8 03:15:19 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085541-1215478938/watcher-1085541-1215478938 -o /tmp/evaluation-result-1085541-1215478938/solver-1085541-1215478938 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1085541-1215478938.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.06 1.86 4/74 3201
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=12272 CPUtime=0
/proc/3201/stat : 3201 (sugar) R 3199 3201 2669 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 4592373 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 218094037699 0 0 4224 0 0 0 0 17 1 0 0
/proc/3201/statm: 3068 327 246 3 0 168 0

[startup+0.132676 s]
/proc/loadavg: 1.95 2.06 1.86 4/74 3201
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=0.03
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 4592373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201682 s]
/proc/loadavg: 1.95 2.06 1.86 4/74 3201
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=0.03
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 4592373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301689 s]
/proc/loadavg: 1.95 2.06 1.86 4/74 3201
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=0.03
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 4592373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701732 s]
/proc/loadavg: 1.95 2.06 1.86 4/74 3201
/proc/meminfo: memFree=1836296/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=0.03
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 4592373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 1.95 2.06 1.86 4/85 3213
/proc/meminfo: memFree=1738736/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=0.03
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 4592373 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 796 370 3 0 500 0
[pid=3204] ppid=3201 vsize=5356 CPUtime=0
/proc/3204/stat : 3204 (sh) S 3201 3201 2669 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 4592378 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3204/statm: 1339 233 193 169 0 50 0
[pid=3205] ppid=3204 vsize=864676 CPUtime=1.43
/proc/3205/stat : 3205 (java) S 3204 3201 2669 0 -1 0 15113 0 1 0 134 9 0 0 18 0 9 0 4592378 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3205/statm: 216169 13161 2529 9 0 210751 0
[pid=3205/tid=3206] ppid=3204 vsize=864676 CPUtime=0.78
/proc/3205/task/3206/stat : 3206 (java) R 3204 3201 2669 0 -1 64 3005 0 1 0 76 2 0 0 23 0 9 0 4592379 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3207] ppid=3204 vsize=864676 CPUtime=0.51
/proc/3205/task/3207/stat : 3207 (java) R 3204 3201 2669 0 -1 64 10907 0 0 0 45 6 0 0 16 0 9 0 4592380 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3208] ppid=3204 vsize=864676 CPUtime=0
/proc/3205/task/3208/stat : 3208 (java) S 3204 3201 2669 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4592380 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3209] ppid=3204 vsize=864676 CPUtime=0
/proc/3205/task/3209/stat : 3209 (java) S 3204 3201 2669 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4592380 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3210] ppid=3204 vsize=864676 CPUtime=0
/proc/3205/task/3210/stat : 3210 (java) S 3204 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4592382 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3211] ppid=3204 vsize=864676 CPUtime=0.11
/proc/3205/task/3211/stat : 3211 (java) S 3204 3201 2669 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 4592382 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3212] ppid=3204 vsize=864676 CPUtime=0
/proc/3205/task/3212/stat : 3212 (java) S 3204 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4592382 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3205/tid=3213] ppid=3204 vsize=864676 CPUtime=0
/proc/3205/task/3213/stat : 3213 (java) S 3204 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592382 885428224 13161 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10194 s]
/proc/loadavg: 1.95 2.06 1.86 4/89 3219
/proc/meminfo: memFree=1791952/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 973 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 13600

[startup+6.30223 s]
/proc/loadavg: 2.12 2.09 1.88 3/92 3270
/proc/meminfo: memFree=1829424/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869080 CPUtime=3.95
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 12210 0 1 0 386 9 0 0 18 0 9 0 4592612 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217270 10745 2540 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869080 CPUtime=3.04
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 3117 0 1 0 301 3 0 0 25 0 9 0 4592613 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4126428111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869080 CPUtime=0.68
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 6895 0 0 0 64 4 0 0 16 0 9 0 4592614 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869080 CPUtime=0.21
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1501 0 0 0 20 1 0 0 16 0 9 0 4592616 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 889937920 10745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 888036

[startup+12.7028 s]
/proc/loadavg: 2.11 2.09 1.88 4/92 3270
/proc/meminfo: memFree=1798456/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869080 CPUtime=10.31
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 21454 0 1 0 1015 16 0 0 18 0 9 0 4592612 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217270 14462 2540 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869080 CPUtime=8.66
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 3607 0 1 0 863 3 0 0 25 0 9 0 4592613 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4126630353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869080 CPUtime=1.4
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 15647 0 0 0 130 10 0 0 16 0 9 0 4592614 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869080 CPUtime=0.22
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1503 0 0 0 21 1 0 0 15 0 9 0 4592616 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 889937920 14462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 888036

[startup+25.503 s]
/proc/loadavg: 2.23 2.11 1.89 3/92 3270
/proc/meminfo: memFree=1765432/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869080 CPUtime=23.04
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 35803 0 1 0 2277 27 0 0 18 0 9 0 4592612 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217270 23288 2540 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869080 CPUtime=20.11
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 4273 0 1 0 2006 5 0 0 25 0 9 0 4592613 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4126562464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869080 CPUtime=2.66
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 29321 0 0 0 247 19 0 0 16 0 9 0 4592614 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869080 CPUtime=0.23
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1512 0 0 0 22 1 0 0 16 0 9 0 4592616 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869080 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 889937920 23288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 888036

[startup+51.1022 s]
/proc/loadavg: 2.35 2.15 1.91 3/92 3270
/proc/meminfo: memFree=1690360/2055920 swapFree=4192956/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869080 CPUtime=48.49
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 56305 0 1 0 4809 40 0 0 18 0 9 0 4592612 889937920 40797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=3225/tid=3231] ppid=3224 vsize=869192 CPUtime=0.33
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1569 0 0 0 32 1 0 0 16 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 756.02
Current children cumulated vsize (KiB) 888148

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

[startup+768.103 s]
/proc/loadavg: 2.15 2.09 1.97 3/93 3271
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869192 CPUtime=759.46
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 84557 0 1 0 74685 1261 0 0 18 0 9 0 4592612 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217298 62538 2566 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869192 CPUtime=747.72
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 8939 0 1 0 73576 1196 0 0 25 0 9 0 4592613 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4126630248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869192 CPUtime=11.36
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 73352 0 0 0 1075 61 0 0 16 0 9 0 4592614 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869192 CPUtime=0.33
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1569 0 0 0 32 1 0 0 16 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.77
Current children cumulated vsize (KiB) 888148

[startup+774.502 s]
/proc/loadavg: 2.13 2.09 1.97 3/93 3271
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869192 CPUtime=765.83
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 84579 0 1 0 75310 1273 0 0 18 0 9 0 4592612 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217298 62538 2566 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869192 CPUtime=754.08
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 8961 0 1 0 74200 1208 0 0 25 0 9 0 4592613 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869192 CPUtime=11.38
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 73352 0 0 0 1077 61 0 0 16 0 9 0 4592614 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869192 CPUtime=0.33
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1569 0 0 0 32 1 0 0 16 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) R 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 768.14
Current children cumulated vsize (KiB) 888148

[startup+777.702 s]
/proc/loadavg: 2.12 2.09 1.97 3/93 3271
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869192 CPUtime=769
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 84592 0 1 0 75622 1278 0 0 18 0 9 0 4592612 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217298 62538 2566 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869192 CPUtime=757.24
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 8974 0 1 0 74511 1213 0 0 25 0 9 0 4592613 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4126630326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869192 CPUtime=11.4
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 73352 0 0 0 1078 62 0 0 16 0 9 0 4592614 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869192 CPUtime=0.33
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1569 0 0 0 32 1 0 0 16 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 771.31
Current children cumulated vsize (KiB) 888148

[startup+779.302 s]
/proc/loadavg: 2.12 2.09 1.97 3/93 3271
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=2.31
/proc/3201/stat : 3201 (sugar) S 3199 3201 2669 0 -1 4194304 974 18919 0 1 3 1 214 13 16 0 1 0 4592373 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3201/statm: 3400 797 370 3 0 500 0
[pid=3224] ppid=3201 vsize=5356 CPUtime=0
/proc/3224/stat : 3224 (sh) S 3201 3201 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3224/statm: 1339 233 193 169 0 50 0
[pid=3225] ppid=3224 vsize=869192 CPUtime=770.42
/proc/3225/stat : 3225 (java) S 3224 3201 2669 0 -1 0 84598 0 1 0 75760 1282 0 0 18 0 9 0 4592612 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3225/statm: 217298 62538 2566 9 0 211845 0
[pid=3225/tid=3226] ppid=3224 vsize=869192 CPUtime=758.65
/proc/3225/task/3226/stat : 3226 (java) R 3224 3201 2669 0 -1 64 8980 0 1 0 74648 1217 0 0 25 0 9 0 4592613 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4127020732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3227] ppid=3224 vsize=869192 CPUtime=11.41
/proc/3225/task/3227/stat : 3227 (java) S 3224 3201 2669 0 -1 64 73352 0 0 0 1079 62 0 0 16 0 9 0 4592614 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3228] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3228/stat : 3228 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3229] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3229/stat : 3229 (java) S 3224 3201 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592615 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3225/tid=3230] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3230/stat : 3230 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3231] ppid=3224 vsize=869192 CPUtime=0.33
/proc/3225/task/3231/stat : 3231 (java) S 3224 3201 2669 0 -1 64 1569 0 0 0 32 1 0 0 16 0 9 0 4592616 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3232] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3232/stat : 3232 (java) S 3224 3201 2669 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3225/tid=3233] ppid=3224 vsize=869192 CPUtime=0
/proc/3225/task/3233/stat : 3233 (java) S 3224 3201 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592617 890052608 62538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 772.73
Current children cumulated vsize (KiB) 888148

[startup+780.902 s]
/proc/loadavg: 2.11 2.09 1.97 3/93 3271
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=774.24
/proc/3201/stat : 3201 (sugar) R 3199 3201 2669 0 -1 4194304 996 103820 0 2 3 18 76101 1302 17 0 1 0 4592373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3201/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 774.24
Current children cumulated vsize (KiB) 13600

[startup+781.702 s]
/proc/loadavg: 2.11 2.09 1.97 3/83 3271
/proc/meminfo: memFree=1079880/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=774.66
/proc/3201/stat : 3201 (sugar) D 3199 3201 2669 0 -1 4194304 996 103820 0 2 3 60 76101 1302 18 0 1 0 4592373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3201/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 774.66
Current children cumulated vsize (KiB) 13600

[startup+782.102 s]
/proc/loadavg: 2.11 2.09 1.97 3/83 3271
/proc/meminfo: memFree=1079880/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=774.69
/proc/3201/stat : 3201 (sugar) D 3199 3201 2669 0 -1 4194304 996 103820 0 2 3 63 76101 1302 18 0 1 0 4592373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3201/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 774.69
Current children cumulated vsize (KiB) 13600

[startup+782.202 s]
/proc/loadavg: 2.11 2.09 1.97 2/83 3271
/proc/meminfo: memFree=1320904/2055920 swapFree=4192812/4192956
[pid=3201] ppid=3199 vsize=13600 CPUtime=774.7
/proc/3201/stat : 3201 (sugar) R 3199 3201 2669 0 -1 4194304 996 103820 0 2 3 64 76101 1302 18 0 1 0 4592373 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3201/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 774.7
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 782.222
CPU time (s): 774.726
CPU user time (s): 761.053
CPU system time (s): 13.6729
CPU usage (%): 99.0417
Max. virtual memory (cumulated for all children) (KiB): 898788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.053
system time used= 13.6729
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104846
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44038
involuntary context switches= 52798

runsolver used 0.913861 second user time and 2.75658 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-08 03:02:18
IDJOB=1085541
IDBENCH=57659
IDSOLVER=346
FILE ID=node57/1085541-1215478938
PBS_JOBID= 7888649
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085541-1215478938/watcher-1085541-1215478938 -o /tmp/evaluation-result-1085541-1215478938/solver-1085541-1215478938 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1085541-1215478938.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96880025e4a14a075629d437bfbc2f6d
RANDOM SEED=1601613996

node57.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.234
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.234
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:       1837288 kB
Buffers:         24592 kB
Cached:         132828 kB
SwapCached:          0 kB
Active:         128676 kB
Inactive:        58492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           42128 kB
Writeback:           0 kB
Mapped:          40844 kB
Slab:            16956 kB
Committed_AS:    93444 kB
PageTables:       1832 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= 66536 MiB
End job on node57 at 2008-07-08 03:15:21