Trace number 1112992

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 479.713 491.683

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-4.xml
MD5SUM26fa47e715f58ab849bf125de88d1d96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.36	c 0	Sugar v1-13 + HOME/minisat
0.02/0.36	c 0	BEGIN Sat Jul 12 17:28:13 2008
0.02/0.36	c 0	PID 19773
0.02/0.36	c 0	HOST node22.alineos.net
0.02/0.36	c 0	CONVERTING HOME/instance-1112992-1215876492.xml TO HOME/temp.csp
0.02/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112992-1215876492.xml' 'HOME/temp.csp'
3.32/3.78	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.40/3.82	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.40/3.82	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.42/3.90	c 4	Parsing HOME/temp.csp
3.89/4.33	c 4	parsed 10000 expressions
4.17/4.64	c 5	parsed 20000 expressions
4.47/4.98	c 5	parsed 30000 expressions
4.76/5.25	c 5	parsed 40000 expressions
5.16/5.65	c 6	parsed 50000 expressions
5.45/5.92	c 6	parsed 60000 expressions
5.55/6.07	c 6	parsed 65794 expressions
5.55/6.08	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.14/6.63	c 7	MAX CSP: 63962 constraints
6.14/6.63	c 7	Converting to clausal form CSP
14.06/14.64	c 15	converted 12976 (10%) expressions
21.93/22.53	c 22	converted 25952 (20%) expressions
30.07/30.71	c 31	converted 38928 (30%) expressions
37.13/37.84	c 38	converted 51904 (40%) expressions
43.91/44.60	c 45	converted 64880 (50%) expressions
52.26/53.02	c 53	converted 77856 (60%) expressions
58.44/59.26	c 59	converted 90832 (70%) expressions
64.11/64.96	c 65	converted 103808 (80%) expressions
69.78/70.65	c 71	converted 116784 (90%) expressions
84.60/85.52	c 85	converted 129759 (100%) expressions
84.60/85.53	c 85	CSP : 137108 integers, 250655 booleans, 590143 clauses, largest domain size 95944
84.60/85.53	c 85	Heap : 544 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.60/85.53	c 85	Propagation in CSP
94.36/95.32	c 95	63951 values, 0 unsatisfiable literals, and 0 valid clauses are removed
94.36/95.34	c 95	CSP : 137108 integers, 250655 booleans, 590143 clauses, largest domain size 63963
94.36/95.34	c 95	Heap : 610 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.56/95.52	c 95	Simplifing CSP by introducing new Boolean variables
95.45/96.47	c 96	CSP : 137108 integers, 386451 booleans, 725939 clauses, largest domain size 63963
95.45/96.47	c 96	Heap : 617 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.04/100.03	c 100	Encoding CSP to SAT : HOME/temp.cnf
114.12/115.21	c 115	13711 (10%) CSP integer variables are encoded (5939093 clauses, 110626585 bytes)
120.58/122.09	c 122	27422 (20%) CSP integer variables are encoded (10919980 clauses, 207152295 bytes)
125.84/127.49	c 127	41133 (30%) CSP integer variables are encoded (14782233 clauses, 288259608 bytes)
128.91/130.83	c 131	54844 (40%) CSP integer variables are encoded (16988576 clauses, 334592811 bytes)
129.31/131.22	c 131	68554 (50%) CSP integer variables are encoded (17259819 clauses, 340288914 bytes)
129.51/131.47	c 131	82265 (60%) CSP integer variables are encoded (17429262 clauses, 343847217 bytes)
129.79/131.74	c 132	95976 (70%) CSP integer variables are encoded (17601273 clauses, 347459448 bytes)
131.24/133.29	c 133	109687 (80%) CSP integer variables are encoded (18714393 clauses, 370834968 bytes)
131.52/133.57	c 133	123398 (90%) CSP integer variables are encoded (18895516 clauses, 374638551 bytes)
131.83/133.89	c 134	137108 (100%) CSP integer variables are encoded (19113155 clauses, 379208970 bytes)
299.91/306.97	c 307	72594 (10%) CSP clauses are encoded (51739132 clauses, 1207933537 bytes)
448.30/458.45	c 458	145188 (20%) CSP clauses are encoded (81581242 clauses, 1986924486 bytes)
478.84/489.88	c 490	ERROR Exception Too large HOME/temp.cnf
478.84/489.88	c 490	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
478.84/489.88	c 490	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
478.84/489.88	c 490	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
478.84/489.88	s UNKNOWN
478.98/490.04	c 490	CPU 465.92 (0.03 0 465.89 13.11)
478.98/490.04	c 490	END Sat Jul 12 17:36:23 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112992-1215876492/watcher-1112992-1215876492 -o /tmp/evaluation-result-1112992-1215876492/solver-1112992-1215876492 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112992-1215876492.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.75 2.55 2.24 4/80 19773
/proc/meminfo: memFree=1820628/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=18572 CPUtime=0
/proc/19773/stat : 19773 (runsolver) R 19771 19773 19736 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44351794 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19773/statm: 4643 292 257 25 0 2626 0

[startup+0.027673 s]
/proc/loadavg: 2.75 2.55 2.24 4/80 19773
/proc/meminfo: memFree=1820628/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=18572 CPUtime=0
/proc/19773/stat : 19773 (runsolver) D 19771 19773 19736 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44351794 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19773/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101672 s]
/proc/loadavg: 2.75 2.55 2.24 4/80 19773
/proc/meminfo: memFree=1820628/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=12272 CPUtime=0
/proc/19773/stat : 19773 (sugar) D 19771 19773 19736 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44351794 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19773/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301686 s]
/proc/loadavg: 2.75 2.55 2.24 4/80 19773
/proc/meminfo: memFree=1820628/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13204 CPUtime=0.02
/proc/19773/stat : 19773 (sugar) D 19771 19773 19736 0 -1 4194304 685 0 0 0 2 0 0 0 18 0 1 0 44351794 13520896 653 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19773/statm: 3301 653 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.701713 s]
/proc/loadavg: 2.75 2.55 2.24 4/80 19773
/proc/meminfo: memFree=1820628/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=0.03
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44351794 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19773/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 2.75 2.55 2.24 4/91 19785
/proc/meminfo: memFree=1789308/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=0.03
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44351794 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19773/statm: 3400 796 370 3 0 500 0
[pid=19776] ppid=19773 vsize=5356 CPUtime=0
/proc/19776/stat : 19776 (sh) S 19773 19773 19736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44351830 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19776/statm: 1339 233 193 169 0 50 0
[pid=19777] ppid=19776 vsize=864656 CPUtime=1.11
/proc/19777/stat : 19777 (java) S 19776 19773 19736 0 -1 0 14417 0 1 0 102 9 0 0 18 0 9 0 44351831 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19777/statm: 216164 12472 2529 9 0 210746 0
[pid=19777/tid=19778] ppid=19776 vsize=864656 CPUtime=0.57
/proc/19777/task/19778/stat : 19778 (java) R 19776 19773 19736 0 -1 64 2985 0 1 0 54 3 0 0 24 0 9 0 44351832 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4126640715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19779] ppid=19776 vsize=864656 CPUtime=0.42
/proc/19777/task/19779/stat : 19779 (java) S 19776 19773 19736 0 -1 64 10246 0 0 0 38 4 0 0 16 0 9 0 44351833 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19780] ppid=19776 vsize=864656 CPUtime=0
/proc/19777/task/19780/stat : 19780 (java) S 19776 19773 19736 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44351833 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19781] ppid=19776 vsize=864656 CPUtime=0
/proc/19777/task/19781/stat : 19781 (java) S 19776 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44351833 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19782] ppid=19776 vsize=864656 CPUtime=0
/proc/19777/task/19782/stat : 19782 (java) S 19776 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44351835 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19783] ppid=19776 vsize=864656 CPUtime=0.09
/proc/19777/task/19783/stat : 19783 (java) S 19776 19773 19736 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 44351835 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19784] ppid=19776 vsize=864656 CPUtime=0
/proc/19777/task/19784/stat : 19784 (java) S 19776 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351835 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19785] ppid=19776 vsize=864656 CPUtime=0
/proc/19777/task/19785/stat : 19785 (java) S 19776 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351835 885407744 12472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 883612

[startup+3.10287 s]
/proc/loadavg: 2.75 2.55 2.24 4/91 19785
/proc/meminfo: memFree=1739644/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=0.03
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44351794 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19773/statm: 3400 796 370 3 0 500 0
[pid=19776] ppid=19773 vsize=5356 CPUtime=0
/proc/19776/stat : 19776 (sh) S 19773 19773 19736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44351830 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19776/statm: 1339 233 193 169 0 50 0
[pid=19777] ppid=19776 vsize=864672 CPUtime=2.7
/proc/19777/stat : 19777 (java) S 19776 19773 19736 0 -1 0 29880 0 1 0 253 17 0 0 18 0 9 0 44351831 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19777/statm: 216168 24983 2529 9 0 210750 0
[pid=19777/tid=19778] ppid=19776 vsize=864672 CPUtime=1.27
/proc/19777/task/19778/stat : 19778 (java) R 19776 19773 19736 0 -1 64 3898 0 1 0 123 4 0 0 25 0 9 0 44351832 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4126713497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19779] ppid=19776 vsize=864672 CPUtime=1.25
/proc/19777/task/19779/stat : 19779 (java) S 19776 19773 19736 0 -1 64 24764 0 0 0 114 11 0 0 17 0 9 0 44351833 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19780] ppid=19776 vsize=864672 CPUtime=0
/proc/19777/task/19780/stat : 19780 (java) S 19776 19773 19736 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44351833 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19781] ppid=19776 vsize=864672 CPUtime=0
/proc/19777/task/19781/stat : 19781 (java) S 19776 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351833 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19782] ppid=19776 vsize=864672 CPUtime=0
/proc/19777/task/19782/stat : 19782 (java) S 19776 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44351835 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19783] ppid=19776 vsize=864672 CPUtime=0.15
/proc/19777/task/19783/stat : 19783 (java) S 19776 19773 19736 0 -1 64 518 0 0 0 15 0 0 0 16 0 9 0 44351835 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19784] ppid=19776 vsize=864672 CPUtime=0
/proc/19777/task/19784/stat : 19784 (java) S 19776 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351835 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19785] ppid=19776 vsize=864672 CPUtime=0
/proc/19777/task/19785/stat : 19785 (java) S 19776 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351835 885424128 24983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 883628

[startup+6.3021 s]
/proc/loadavg: 2.69 2.54 2.24 3/91 19795
/proc/meminfo: memFree=1756796/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 15 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=864664 CPUtime=2.42
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 14573 0 1 0 232 10 0 0 18 0 9 0 44352176 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 216166 13089 2540 9 0 210741 0
[pid=19787/tid=19788] ppid=19786 vsize=864664 CPUtime=1.47
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 2991 0 1 0 145 2 0 0 24 0 9 0 44352177 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=864664 CPUtime=0.84
/proc/19787/task/19789/stat : 19789 (java) R 19786 19773 19736 0 -1 64 10539 0 0 0 78 6 0 0 16 0 9 0 44352178 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=864664 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=864664 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44352179 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=864664 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=864664 CPUtime=0.08
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 44352181 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19794] ppid=19786 vsize=864664 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=864664 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 885415936 13089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 883620

[startup+12.7025 s]
/proc/loadavg: 2.64 2.53 2.24 3/91 19795
/proc/meminfo: memFree=1662012/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 15 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868436 CPUtime=8.75
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 38198 0 1 0 852 23 0 0 18 0 9 0 44352176 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217109 25306 2541 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868436 CPUtime=6.25
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 3830 0 1 0 622 3 0 0 25 0 9 0 44352177 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4126606659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868436 CPUtime=2.25
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 32187 0 0 0 207 18 0 0 16 0 9 0 44352178 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868436 CPUtime=0.22
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1484 0 0 0 22 0 0 0 16 0 9 0 44352181 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889278464 25306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 887392

[startup+25.5014 s]
/proc/loadavg: 2.49 2.50 2.24 3/91 19795
/proc/meminfo: memFree=1588924/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 16 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868436 CPUtime=21.48
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 65252 0 1 0 2114 34 0 0 18 0 9 0 44352176 889278464 43004 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217109 43004 2541 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868436 CPUtime=16.96
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 4641 0 1 0 1692 4 0 0 25 0 9 0 44352177 889278464 43004 996147200 134512640 134550740 4294955936 18446744073709551615 4126695511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868436 CPUtime=4.26
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 58426 0 0 0 398 28 0 0 16 0 9 0 44352178 889278464 43004 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889278464 43004 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868436 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889278464 43004 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 10959 0 1 0 41410 1097 0 0 25 0 9 0 44352177 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4127173719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868548 CPUtime=23.3
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 204379 0 0 0 2230 100 0 0 16 0 9 0 44352178 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868548 CPUtime=0.34
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1545 0 0 0 33 1 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 452.16
Current children cumulated vsize (KiB) 887504

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

[startup+473.803 s]
/proc/loadavg: 2.09 2.21 2.19 3/91 19795
/proc/meminfo: memFree=14972/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 16 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868548 CPUtime=459.88
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 217611 0 1 0 44753 1235 0 0 18 0 9 0 44352176 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217137 167620 2566 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868548 CPUtime=436.14
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 10990 0 1 0 42482 1132 0 0 25 0 9 0 44352177 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4127155420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868548 CPUtime=23.36
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 204379 0 0 0 2236 100 0 0 16 0 9 0 44352178 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868548 CPUtime=0.34
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1545 0 0 0 33 1 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 463.3
Current children cumulated vsize (KiB) 887504

[startup+480.203 s]
/proc/loadavg: 2.15 2.22 2.19 3/91 19795
/proc/meminfo: memFree=15036/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 16 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868548 CPUtime=466.19
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 217627 0 1 0 45368 1251 0 0 18 0 9 0 44352176 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217137 167620 2566 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868548 CPUtime=442.42
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 11006 0 1 0 43094 1148 0 0 25 0 9 0 44352177 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4126570071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868548 CPUtime=23.39
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 204379 0 0 0 2239 100 0 0 16 0 9 0 44352178 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868548 CPUtime=0.34
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1545 0 0 0 33 1 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 469.61
Current children cumulated vsize (KiB) 887504

[startup+486.602 s]
/proc/loadavg: 2.14 2.22 2.19 4/91 19795
/proc/meminfo: memFree=14908/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 16 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868548 CPUtime=472.5
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 217645 0 1 0 45981 1269 0 0 18 0 9 0 44352176 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217137 167620 2566 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868548 CPUtime=448.7
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 11024 0 1 0 43704 1166 0 0 25 0 9 0 44352177 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4127165299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868548 CPUtime=23.44
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 204379 0 0 0 2243 101 0 0 16 0 9 0 44352178 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868548 CPUtime=0.34
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1545 0 0 0 33 1 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 475.92
Current children cumulated vsize (KiB) 887504

[startup+489.807 s]
/proc/loadavg: 2.13 2.21 2.19 3/91 19795
/proc/meminfo: memFree=16188/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=3.42
/proc/19773/stat : 19773 (sugar) S 19771 19773 19736 0 -1 4194304 974 31960 0 1 3 0 318 21 16 0 1 0 44351794 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19773/statm: 3400 797 370 3 0 500 0
[pid=19786] ppid=19773 vsize=5356 CPUtime=0
/proc/19786/stat : 19786 (sh) S 19773 19773 19736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44352176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19786/statm: 1339 233 193 169 0 50 0
[pid=19787] ppid=19786 vsize=868548 CPUtime=475.42
/proc/19787/stat : 19787 (java) S 19786 19773 19736 0 -1 0 217653 0 1 0 46264 1278 0 0 18 0 9 0 44352176 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19787/statm: 217137 167620 2566 9 0 211684 0
[pid=19787/tid=19788] ppid=19786 vsize=868548 CPUtime=451.6
/proc/19787/task/19788/stat : 19788 (java) R 19786 19773 19736 0 -1 64 11032 0 1 0 43985 1175 0 0 25 0 9 0 44352177 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4127160062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19789] ppid=19786 vsize=868548 CPUtime=23.45
/proc/19787/task/19789/stat : 19789 (java) S 19786 19773 19736 0 -1 64 204379 0 0 0 2244 101 0 0 16 0 9 0 44352178 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19790] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19790/stat : 19790 (java) S 19786 19773 19736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19791] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19791/stat : 19791 (java) S 19786 19773 19736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44352179 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19792] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19792/stat : 19792 (java) S 19786 19773 19736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19793] ppid=19786 vsize=868548 CPUtime=0.34
/proc/19787/task/19793/stat : 19793 (java) S 19786 19773 19736 0 -1 64 1545 0 0 0 33 1 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19787/tid=19794] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19794/stat : 19794 (java) S 19786 19773 19736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19787/tid=19795] ppid=19786 vsize=868548 CPUtime=0
/proc/19787/task/19795/stat : 19795 (java) S 19786 19773 19736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44352181 889393152 167620 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 478.84
Current children cumulated vsize (KiB) 887504

[startup+490.652 s]
/proc/loadavg: 2.13 2.21 2.19 3/91 19795
/proc/meminfo: memFree=16188/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=479.61
/proc/19773/stat : 19773 (sugar) D 19771 19773 19736 0 -1 4194304 997 249911 0 2 3 58 46589 1311 16 0 1 0 44351794 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19773/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 479.61
Current children cumulated vsize (KiB) 13600

[startup+491.402 s]
/proc/loadavg: 2.13 2.21 2.19 3/81 19795
/proc/meminfo: memFree=1789196/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=479.67
/proc/19773/stat : 19773 (sugar) D 19771 19773 19736 0 -1 4194304 997 249911 0 2 3 64 46589 1311 15 0 1 0 44351794 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19773/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 479.67
Current children cumulated vsize (KiB) 13600

[startup+491.602 s]
/proc/loadavg: 2.13 2.21 2.19 3/81 19795
/proc/meminfo: memFree=1789196/2055920 swapFree=4192812/4192956
[pid=19773] ppid=19771 vsize=13600 CPUtime=479.68
/proc/19773/stat : 19773 (sugar) D 19771 19773 19736 0 -1 4194304 997 249911 0 2 3 65 46589 1311 15 0 1 0 44351794 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19773/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 479.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 491.683
CPU time (s): 479.713
CPU user time (s): 465.937
CPU system time (s): 13.7759
CPU usage (%): 97.5656
Max. virtual memory (cumulated for all children) (KiB): 913004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.937
system time used= 13.7759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250938
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= 25563
involuntary context switches= 31832

runsolver used 0.659899 second user time and 1.65675 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-12 17:28:13
IDJOB=1112992
IDBENCH=61508
IDSOLVER=368
FILE ID=node22/1112992-1215876492
PBS_JOBID= 7903613
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-4.xml
COMMAND LINE= DIR/sugar -max -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-1112992-1215876492/watcher-1112992-1215876492 -o /tmp/evaluation-result-1112992-1215876492/solver-1112992-1215876492 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112992-1215876492.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26fa47e715f58ab849bf125de88d1d96
RANDOM SEED=2096039249

node22.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.253
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.253
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:       1821108 kB
Buffers:          3016 kB
Cached:          62944 kB
SwapCached:          0 kB
Active:         176284 kB
Inactive:        13620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821108 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21408 kB
Writeback:           0 kB
Mapped:         141888 kB
Slab:            30128 kB
Committed_AS:   994120 kB
PageTables:       1944 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= 66444 MiB
End job on node22 at 2008-07-12 17:36:25