Trace number 1087515

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? 837.81 849.071

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-6.xml
MD5SUM018623c1ff10137e5e9ced11ba7df20e
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 benchmark21.9547
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:54:39 2008
0.00/0.05	c 0	PID 3936
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087515-1215244478.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087515-1215244478.xml' 'HOME/temp.csp'
3.82/3.93	c 4	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.82/3.98	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.82/3.98	c 4	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'
3.88/4.06	c 4	Parsing HOME/temp.csp
4.48/4.61	c 5	parsed 10000 expressions
4.77/4.91	c 5	parsed 20000 expressions
5.07/5.24	c 5	parsed 30000 expressions
5.27/5.49	c 5	parsed 40000 expressions
5.66/5.90	c 6	parsed 50000 expressions
5.96/6.15	c 6	parsed 60000 expressions
6.26/6.41	c 6	parsed 70000 expressions
6.26/6.43	c 6	parsed 70845 expressions
6.26/6.43	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.26/6.43	c 6	Converting to clausal form CSP
15.66/15.94	c 16	converted 7085 (10%) expressions
30.40/30.84	c 31	converted 14169 (20%) expressions
45.25/45.86	c 46	converted 21254 (30%) expressions
60.68/61.42	c 61	converted 28338 (40%) expressions
74.04/74.91	c 75	converted 35423 (50%) expressions
87.60/88.69	c 89	converted 42507 (60%) expressions
102.95/104.15	c 104	converted 49592 (70%) expressions
115.43/116.78	c 117	converted 56676 (80%) expressions
127.02/128.43	c 128	converted 63761 (90%) expressions
137.31/138.88	c 139	converted 70845 (100%) expressions
137.31/138.89	c 139	CSP : 19753 integers, 209502 booleans, 471065 clauses, largest domain size 2217
137.31/138.89	c 139	Heap : 401 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
137.31/138.89	c 139	Propagation in CSP
154.76/156.45	c 156	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
154.76/156.46	c 156	CSP : 19753 integers, 209502 booleans, 471065 clauses, largest domain size 2217
154.76/156.46	c 156	Heap : 430 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
154.96/156.60	c 157	Simplifing CSP by introducing new Boolean variables
157.75/159.48	c 159	CSP : 19753 integers, 355112 booleans, 616675 clauses, largest domain size 2217
157.75/159.48	c 159	Heap : 469 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
160.44/162.11	c 162	Encoding CSP to SAT : HOME/temp.cnf
190.29/192.07	c 192	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
207.59/209.53	c 210	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
211.92/213.94	c 214	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
216.39/218.68	c 219	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
221.02/223.38	c 223	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
225.61/228.20	c 228	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
230.28/232.97	c 233	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
234.93/237.74	c 238	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
239.59/242.51	c 242	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
244.16/247.26	c 247	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
545.71/552.52	c 552	61668 (10%) CSP clauses are encoded (61280361 clauses, 1395184250 bytes)
817.86/827.08	c 827	123335 (20%) CSP clauses are encoded (88642162 clauses, 2098109102 bytes)
836.96/846.34	c 846	ERROR Exception Too large HOME/temp.cnf
836.96/846.34	c 846	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
836.96/846.34	c 846	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
836.96/846.34	c 846	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
836.96/846.34	s UNKNOWN
837.03/846.45	c 846	CPU 823.32 (0.03 0.01 823.29 13.77)
837.03/846.45	c 846	END Sat Jul  5 10:08:45 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-1087515-1215244478/watcher-1087515-1215244478 -o /tmp/evaluation-result-1087515-1215244478/solver-1087515-1215244478 -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-1087515-1215244478.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: 2.01 2.09 2.04 4/72 3936
/proc/meminfo: memFree=1476592/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=4708 CPUtime=0
/proc/3936/stat : 3936 (sugar) R 3934 3936 1212 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 2003422761 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/3936/statm: 1177 43 33 3 0 8 0

[startup+0.089516 s]
/proc/loadavg: 2.01 2.09 2.04 4/72 3936
/proc/meminfo: memFree=1476592/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102304 s]
/proc/loadavg: 2.01 2.09 2.04 4/72 3936
/proc/meminfo: memFree=1476592/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301331 s]
/proc/loadavg: 2.01 2.09 2.04 4/72 3936
/proc/meminfo: memFree=1476592/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702403 s]
/proc/loadavg: 2.01 2.09 2.04 4/72 3936
/proc/meminfo: memFree=1476592/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 2.01 2.09 2.04 4/83 3948
/proc/meminfo: memFree=1447888/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
[pid=3939] ppid=3936 vsize=5356 CPUtime=0
/proc/3939/stat : 3939 (sh) S 3936 3936 1212 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003422766 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3939/statm: 1339 233 193 169 0 50 0
[pid=3940] ppid=3939 vsize=864676 CPUtime=1.42
/proc/3940/stat : 3940 (java) S 3939 3936 1212 0 -1 0 16142 0 1 0 133 9 0 0 22 0 9 0 2003422766 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3940/statm: 216169 13698 2529 9 0 210751 0
[pid=3940/tid=3941] ppid=3939 vsize=864676 CPUtime=0.81
/proc/3940/task/3941/stat : 3941 (java) R 3939 3936 1212 0 -1 64 3020 0 1 0 79 2 0 0 23 0 9 0 2003422767 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4126454437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3942] ppid=3939 vsize=864676 CPUtime=0.49
/proc/3940/task/3942/stat : 3942 (java) S 3939 3936 1212 0 -1 64 11938 0 0 0 44 5 0 0 16 0 9 0 2003422768 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3943] ppid=3939 vsize=864676 CPUtime=0
/proc/3940/task/3943/stat : 3943 (java) S 3939 3936 1212 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003422769 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3944] ppid=3939 vsize=864676 CPUtime=0
/proc/3940/task/3944/stat : 3944 (java) S 3939 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003422769 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3945] ppid=3939 vsize=864676 CPUtime=0
/proc/3940/task/3945/stat : 3945 (java) S 3939 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003422771 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3946] ppid=3939 vsize=864676 CPUtime=0.09
/proc/3940/task/3946/stat : 3946 (java) S 3939 3936 1212 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 2003422771 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3947] ppid=3939 vsize=864676 CPUtime=0
/proc/3940/task/3947/stat : 3947 (java) S 3939 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003422771 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3948] ppid=3939 vsize=864676 CPUtime=0
/proc/3940/task/3948/stat : 3948 (java) S 3939 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003422771 885428224 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10171 s]
/proc/loadavg: 2.01 2.09 2.04 4/83 3948
/proc/meminfo: memFree=1405584/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=0.03
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003422761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 796 370 3 0 500 0
[pid=3939] ppid=3936 vsize=5356 CPUtime=0
/proc/3939/stat : 3939 (sh) S 3936 3936 1212 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003422766 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3939/statm: 1339 233 193 169 0 50 0
[pid=3940] ppid=3939 vsize=864692 CPUtime=3
/proc/3940/stat : 3940 (java) S 3939 3936 1212 0 -1 0 32507 0 1 0 281 19 0 0 22 0 9 0 2003422766 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3940/statm: 216173 27113 2529 9 0 210755 0
[pid=3940/tid=3941] ppid=3939 vsize=864692 CPUtime=1.46
/proc/3940/task/3941/stat : 3941 (java) R 3939 3936 1212 0 -1 64 3868 0 1 0 142 4 0 0 25 0 9 0 2003422767 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4125978439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3942] ppid=3939 vsize=864692 CPUtime=1.38
/proc/3940/task/3942/stat : 3942 (java) S 3939 3936 1212 0 -1 64 27430 0 0 0 125 13 0 0 16 0 9 0 2003422768 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3943] ppid=3939 vsize=864692 CPUtime=0
/proc/3940/task/3943/stat : 3943 (java) S 3939 3936 1212 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003422769 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3944] ppid=3939 vsize=864692 CPUtime=0
/proc/3940/task/3944/stat : 3944 (java) S 3939 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003422769 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3945] ppid=3939 vsize=864692 CPUtime=0
/proc/3940/task/3945/stat : 3945 (java) S 3939 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003422771 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3946] ppid=3939 vsize=864692 CPUtime=0.13
/proc/3940/task/3946/stat : 3946 (java) S 3939 3936 1212 0 -1 64 510 0 0 0 13 0 0 0 16 0 9 0 2003422771 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3947] ppid=3939 vsize=864692 CPUtime=0
/proc/3940/task/3947/stat : 3947 (java) S 3939 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003422771 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3940/tid=3948] ppid=3939 vsize=864692 CPUtime=0
/proc/3940/task/3948/stat : 3948 (java) S 3939 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003422771 885444608 27113 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883648

[startup+6.30214 s]
/proc/loadavg: 2.01 2.09 2.04 3/83 3958
/proc/meminfo: memFree=1448976/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 973 33830 0 1 3 1 362 22 15 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=864092 CPUtime=2.28
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 12405 0 1 0 220 8 0 0 18 0 9 0 2003423160 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 216023 11029 2532 9 0 210605 0
[pid=3950/tid=3951] ppid=3949 vsize=864092 CPUtime=1.47
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 2938 0 1 0 145 2 0 0 25 0 9 0 2003423161 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4126404905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=864092 CPUtime=0.71
/proc/3950/task/3952/stat : 3952 (java) S 3949 3936 1212 0 -1 64 8435 0 0 0 66 5 0 0 16 0 9 0 2003423162 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=864092 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=864092 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003423162 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=864092 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=864092 CPUtime=0.07
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 2003423164 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=864092 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=864092 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 884830208 11029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883048

[startup+12.703 s]
/proc/loadavg: 2.01 2.09 2.03 3/83 3958
/proc/meminfo: memFree=1414800/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 15 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868424 CPUtime=8.62
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 23954 0 1 0 844 18 0 0 18 0 9 0 2003423160 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217106 16792 2541 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868424 CPUtime=6.84
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 3492 0 1 0 681 3 0 0 25 0 9 0 2003423161 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4126570016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868424 CPUtime=1.52
/proc/3950/task/3952/stat : 3952 (java) S 3949 3936 1212 0 -1 64 18279 0 0 0 140 12 0 0 16 0 9 0 2003423162 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=868424 CPUtime=0.22
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 1487 0 0 0 21 1 0 0 15 0 9 0 2003423164 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 889266176 16792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887380

[startup+25.5077 s]
/proc/loadavg: 2.01 2.08 2.03 4/91 3993
/proc/meminfo: memFree=1569752/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 16 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868424 CPUtime=21.28
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 36867 0 1 0 2100 28 0 0 18 0 9 0 2003423160 889266176 25275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217106 25275 2541 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868424 CPUtime=18.18
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 4141 0 1 0 1813 5 0 0 25 0 9 0 2003423161 889266176 25275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868424 CPUtime=2.84
/proc/3950/task/3952/stat : 3952 (java) R 3949 3936 1212 0 -1 64 30531 0 0 0 264 20 0 0 15 0 9 0 2003423162 889266176 25275 996147200 134512640 134550740 4294955952 18446744073709551615 102516872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889266176 25275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868424 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889266176 25275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+822.303 s]
/proc/loadavg: 2.04 2.17 2.11 3/83 4139
/proc/meminfo: memFree=14936/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 16 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868536 CPUtime=809.33
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 152964 0 1 0 79625 1308 0 0 18 0 9 0 2003423160 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217134 123857 2566 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868536 CPUtime=787.55
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 11796 0 1 0 77530 1225 0 0 25 0 9 0 2003423161 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4127029740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868536 CPUtime=21.43
/proc/3950/task/3952/stat : 3952 (java) S 3949 3936 1212 0 -1 64 138924 0 0 0 2062 81 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=868536 CPUtime=0.33
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 1548 0 0 0 32 1 0 0 17 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 813.21
Current children cumulated vsize (KiB) 887492

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

[startup+832.102 s]
/proc/loadavg: 2.04 2.16 2.10 3/83 4139
/proc/meminfo: memFree=16152/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 16 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868536 CPUtime=819.04
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 152979 0 1 0 80581 1323 0 0 18 0 9 0 2003423160 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217134 123857 2566 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868536 CPUtime=797.22
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 11811 0 1 0 78483 1239 0 0 25 0 9 0 2003423161 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4127084203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868536 CPUtime=21.45
/proc/3950/task/3952/stat : 3952 (java) S 3949 3936 1212 0 -1 64 138924 0 0 0 2064 81 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=868536 CPUtime=0.33
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 1548 0 0 0 32 1 0 0 17 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 822.92
Current children cumulated vsize (KiB) 887492

[startup+838.502 s]
/proc/loadavg: 2.03 2.16 2.10 3/83 4139
/proc/meminfo: memFree=15576/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 16 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868536 CPUtime=825.35
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 152988 0 1 0 81201 1334 0 0 18 0 9 0 2003423160 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217134 123857 2566 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868536 CPUtime=803.53
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 11820 0 1 0 79102 1251 0 0 25 0 9 0 2003423161 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4126671674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868536 CPUtime=21.47
/proc/3950/task/3952/stat : 3952 (java) S 3949 3936 1212 0 -1 64 138924 0 0 0 2066 81 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=868536 CPUtime=0.33
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 1548 0 0 0 32 1 0 0 17 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 829.23
Current children cumulated vsize (KiB) 887492

[startup+844.902 s]
/proc/loadavg: 2.03 2.15 2.10 3/83 4139
/proc/meminfo: memFree=15448/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=3.88
/proc/3936/stat : 3936 (sugar) S 3934 3936 1212 0 -1 4194304 974 33830 0 1 3 1 362 22 16 0 1 0 2003422761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3936/statm: 3400 797 370 3 0 500 0
[pid=3949] ppid=3936 vsize=5356 CPUtime=0
/proc/3949/stat : 3949 (sh) S 3936 3936 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003423159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3949/statm: 1339 233 193 169 0 50 0
[pid=3950] ppid=3949 vsize=868536 CPUtime=831.69
/proc/3950/stat : 3950 (java) S 3949 3936 1212 0 -1 0 152997 0 1 0 81826 1343 0 0 18 0 9 0 2003423160 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3950/statm: 217134 123857 2566 9 0 211681 0
[pid=3950/tid=3951] ppid=3949 vsize=868536 CPUtime=809.86
/proc/3950/task/3951/stat : 3951 (java) R 3949 3936 1212 0 -1 64 11829 0 1 0 79726 1260 0 0 25 0 9 0 2003423161 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3952] ppid=3949 vsize=868536 CPUtime=21.48
/proc/3950/task/3952/stat : 3952 (java) R 3949 3936 1212 0 -1 64 138924 0 0 0 2067 81 0 0 15 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3953] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3953/stat : 3953 (java) S 3949 3936 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3954] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3954/stat : 3954 (java) S 3949 3936 1212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003423162 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3955] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3955/stat : 3955 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3956] ppid=3949 vsize=868536 CPUtime=0.33
/proc/3950/task/3956/stat : 3956 (java) S 3949 3936 1212 0 -1 64 1548 0 0 0 32 1 0 0 17 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3957] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3957/stat : 3957 (java) S 3949 3936 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3950/tid=3958] ppid=3949 vsize=868536 CPUtime=0
/proc/3950/task/3958/stat : 3958 (java) S 3949 3936 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003423164 889380864 123857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 835.57
Current children cumulated vsize (KiB) 887492

[startup+846.501 s]
/proc/loadavg: 2.03 2.15 2.10 3/83 4139
/proc/meminfo: memFree=16344/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=837.12
/proc/3936/stat : 3936 (sugar) R 3934 3936 1212 0 -1 4194304 996 187125 0 3 3 3 82329 1377 16 0 1 0 2003422761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3936/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 837.12
Current children cumulated vsize (KiB) 13600

[startup+848.101 s]
/proc/loadavg: 2.03 2.15 2.10 2/73 4139
/proc/meminfo: memFree=1627304/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=837.75
/proc/3936/stat : 3936 (sugar) D 3934 3936 1212 0 -1 4194304 996 187125 0 3 3 66 82329 1377 18 0 1 0 2003422761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3936/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 837.75
Current children cumulated vsize (KiB) 13600

[startup+848.502 s]
/proc/loadavg: 2.03 2.15 2.10 2/73 4139
/proc/meminfo: memFree=1626920/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=837.76
/proc/3936/stat : 3936 (sugar) D 3934 3936 1212 0 -1 4194304 996 187125 0 3 3 67 82329 1377 18 0 1 0 2003422761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3936/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 837.76
Current children cumulated vsize (KiB) 13600

[startup+848.902 s]
/proc/loadavg: 2.03 2.15 2.10 2/73 4139
/proc/meminfo: memFree=1626920/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=837.78
/proc/3936/stat : 3936 (sugar) D 3934 3936 1212 0 -1 4194304 996 187125 0 3 3 69 82329 1377 18 0 1 0 2003422761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3936/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 837.78
Current children cumulated vsize (KiB) 13600

[startup+849.002 s]
/proc/loadavg: 2.03 2.15 2.10 2/73 4139
/proc/meminfo: memFree=1626920/2055920 swapFree=4179464/4192956
[pid=3936] ppid=3934 vsize=13600 CPUtime=837.78
/proc/3936/stat : 3936 (sugar) D 3934 3936 1212 0 -1 4194304 996 187125 0 3 3 69 82329 1377 18 0 1 0 2003422761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3936/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 837.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 849.071
CPU time (s): 837.81
CPU user time (s): 823.335
CPU system time (s): 14.4748
CPU usage (%): 98.6736
Max. virtual memory (cumulated for all children) (KiB): 898632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 823.335
system time used= 14.4748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188151
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= 37277
involuntary context switches= 48711

runsolver used 1.09683 second user time and 2.85556 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 09:54:39
IDJOB=1087515
IDBENCH=58004
IDSOLVER=346
FILE ID=node10/1087515-1215244478
PBS_JOBID= 7881869
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-6.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-1087515-1215244478/watcher-1087515-1215244478 -o /tmp/evaluation-result-1087515-1215244478/solver-1087515-1215244478 -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-1087515-1215244478.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 018623c1ff10137e5e9ced11ba7df20e
RANDOM SEED=89393102

node10.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.229
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.229
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:       1477072 kB
Buffers:         10848 kB
Cached:         149776 kB
SwapCached:       7540 kB
Active:         465000 kB
Inactive:        58412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477072 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:           13948 kB
Writeback:           0 kB
Mapped:         370728 kB
Slab:            39908 kB
Committed_AS:  3919884 kB
PageTables:       2652 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= 66496 MiB
End job on node10 at 2008-07-05 10:08:48