Trace number 1087263

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? 529.713 539.142

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 benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.8113
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.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:35:11 2008
0.00/0.05	c 0	PID 12439
0.03/0.05	c 0	HOST node30.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087263-1215243310.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087263-1215243310.xml' 'HOME/temp.csp'
3.72/3.83	c 3	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.72/3.87	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.72/3.87	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.77/3.96	c 3	Parsing HOME/temp.csp
4.37/4.52	c 4	parsed 10000 expressions
4.67/4.85	c 4	parsed 20000 expressions
5.06/5.20	c 5	parsed 30000 expressions
5.26/5.48	c 5	parsed 40000 expressions
5.75/5.90	c 5	parsed 50000 expressions
5.95/6.18	c 6	parsed 60000 expressions
6.14/6.35	c 6	parsed 65794 expressions
6.14/6.35	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.14/6.35	c 6	Converting to clausal form CSP
13.37/13.68	c 13	converted 6580 (10%) expressions
21.48/21.89	c 21	converted 13159 (20%) expressions
28.81/29.26	c 29	converted 19739 (30%) expressions
37.32/37.82	c 37	converted 26318 (40%) expressions
44.25/44.81	c 44	converted 32897 (50%) expressions
51.08/51.79	c 51	converted 39477 (60%) expressions
59.31/60.00	c 60	converted 46056 (70%) expressions
64.95/65.75	c 65	converted 52636 (80%) expressions
70.90/71.71	c 71	converted 59215 (90%) expressions
76.34/77.29	c 77	converted 65794 (100%) expressions
76.34/77.29	c 77	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
76.34/77.29	c 77	Heap : 403 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.34/77.29	c 77	Propagation in CSP
82.38/83.31	c 83	107412 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.38/83.31	c 83	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
82.38/83.31	c 83	Heap : 448 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
82.48/83.46	c 83	Simplifing CSP by introducing new Boolean variables
86.45/87.43	c 87	CSP : 9184 integers, 322591 booleans, 534156 clauses, largest domain size 2821
86.45/87.43	c 87	Heap : 478 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.52/90.59	c 90	Encoding CSP to SAT : HOME/temp.cnf
94.86/95.95	c 95	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
100.01/101.11	c 101	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
102.58/103.75	c 103	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
105.33/106.56	c 106	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
108.10/109.30	c 109	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
110.86/112.18	c 112	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
113.71/115.05	c 115	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
116.72/118.11	c 118	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
119.53/121.10	c 121	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
122.56/124.17	c 124	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
284.74/288.74	c 288	53416 (10%) CSP clauses are encoded (43916647 clauses, 1005916005 bytes)
418.04/424.61	c 424	106832 (20%) CSP clauses are encoded (68192978 clauses, 1631688849 bytes)
528.81/537.52	c 537	ERROR Exception Too large HOME/temp.cnf
528.81/537.52	c 537	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
528.81/537.52	c 537	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
528.81/537.52	c 537	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
528.81/537.52	s UNKNOWN
528.87/537.65	c 537	CPU 514.35 (0.04 0 514.31 14.57)
528.87/537.65	c 537	END Sat Jul  5 09:44:08 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-1087263-1215243310/watcher-1087263-1215243310 -o /tmp/evaluation-result-1087263-1215243310/solver-1087263-1215243310 -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-1087263-1215243310.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.00 2.01 2.00 4/72 12439
/proc/meminfo: memFree=1540696/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=12000 CPUtime=0
/proc/12439/stat : 12439 (sugar) R 12437 12439 12199 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 2003304748 12288000 159 996147200 4194304 4206940 548682068608 18446744073709551615 264907453970 0 0 4224 0 0 0 0 17 1 0 0
/proc/12439/statm: 3000 159 121 3 0 100 0

[startup+0.050967 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12439
/proc/meminfo: memFree=1540696/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2003304748 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101987 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12439
/proc/meminfo: memFree=1540696/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003304748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301705 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12439
/proc/meminfo: memFree=1540696/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003304748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701742 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12439
/proc/meminfo: memFree=1540696/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003304748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 12451
/proc/meminfo: memFree=1513664/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003304748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 796 370 3 0 500 0
[pid=12442] ppid=12439 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (sh) S 12439 12439 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003304753 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12442/statm: 1339 233 193 169 0 50 0
[pid=12443] ppid=12442 vsize=864676 CPUtime=1.42
/proc/12443/stat : 12443 (java) S 12442 12439 12199 0 -1 0 15050 0 1 0 132 10 0 0 18 0 9 0 2003304753 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12443/statm: 216169 13104 2529 9 0 210751 0
[pid=12443/tid=12444] ppid=12442 vsize=864676 CPUtime=0.81
/proc/12443/task/12444/stat : 12444 (java) R 12442 12439 12199 0 -1 64 2971 0 1 0 79 2 0 0 24 0 9 0 2003304754 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4126565911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12445] ppid=12442 vsize=864676 CPUtime=0.48
/proc/12443/task/12445/stat : 12445 (java) S 12442 12439 12199 0 -1 64 10894 0 0 0 42 6 0 0 16 0 9 0 2003304756 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12446] ppid=12442 vsize=864676 CPUtime=0
/proc/12443/task/12446/stat : 12446 (java) S 12442 12439 12199 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003304756 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12447] ppid=12442 vsize=864676 CPUtime=0
/proc/12443/task/12447/stat : 12447 (java) S 12442 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003304756 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12448] ppid=12442 vsize=864676 CPUtime=0
/proc/12443/task/12448/stat : 12448 (java) S 12442 12439 12199 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003304758 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12449] ppid=12442 vsize=864676 CPUtime=0.09
/proc/12443/task/12449/stat : 12449 (java) S 12442 12439 12199 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 2003304758 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12450] ppid=12442 vsize=864676 CPUtime=0
/proc/12443/task/12450/stat : 12450 (java) S 12442 12439 12199 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003304758 885428224 13104 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12451] ppid=12442 vsize=864676 CPUtime=0
/proc/12443/task/12451/stat : 12451 (java) S 12442 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003304758 885428224 13104 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.1029 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12451
/proc/meminfo: memFree=1472000/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=0.03
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003304748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 796 370 3 0 500 0
[pid=12442] ppid=12439 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (sh) S 12439 12439 12199 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003304753 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12442/statm: 1339 233 193 169 0 50 0
[pid=12443] ppid=12442 vsize=864692 CPUtime=3.01
/proc/12443/stat : 12443 (java) S 12442 12439 12199 0 -1 0 29864 0 1 0 282 19 0 0 18 0 9 0 2003304753 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12443/statm: 216173 24967 2529 9 0 210755 0
[pid=12443/tid=12444] ppid=12442 vsize=864692 CPUtime=1.47
/proc/12443/task/12444/stat : 12444 (java) R 12442 12439 12199 0 -1 64 3868 0 1 0 144 3 0 0 25 0 9 0 2003304754 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4126656676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12445] ppid=12442 vsize=864692 CPUtime=1.35
/proc/12443/task/12445/stat : 12445 (java) S 12442 12439 12199 0 -1 64 24779 0 0 0 121 14 0 0 17 0 9 0 2003304756 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12446] ppid=12442 vsize=864692 CPUtime=0
/proc/12443/task/12446/stat : 12446 (java) S 12442 12439 12199 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003304756 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12447] ppid=12442 vsize=864692 CPUtime=0
/proc/12443/task/12447/stat : 12447 (java) S 12442 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003304756 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12448] ppid=12442 vsize=864692 CPUtime=0
/proc/12443/task/12448/stat : 12448 (java) S 12442 12439 12199 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003304758 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12449] ppid=12442 vsize=864692 CPUtime=0.15
/proc/12443/task/12449/stat : 12449 (java) S 12442 12439 12199 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 2003304758 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12450] ppid=12442 vsize=864692 CPUtime=0
/proc/12443/task/12450/stat : 12450 (java) S 12442 12439 12199 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003304758 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12451] ppid=12442 vsize=864692 CPUtime=0
/proc/12443/task/12451/stat : 12451 (java) S 12442 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003304758 885444608 24967 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883648

[startup+6.30268 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 12461
/proc/meminfo: memFree=1513032/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.77
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 973 31966 0 1 3 0 351 23 15 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=864100 CPUtime=2.37
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 12636 0 1 0 227 10 0 0 18 0 9 0 2003305136 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 216025 11247 2532 9 0 210607 0
[pid=12453/tid=12454] ppid=12452 vsize=864100 CPUtime=1.52
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 2955 0 1 0 150 2 0 0 25 0 9 0 2003305137 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=864100 CPUtime=0.75
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 8646 0 0 0 69 6 0 0 15 0 9 0 2003305138 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=864100 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=864100 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003305138 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=864100 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=864100 CPUtime=0.07
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 2003305141 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=864100 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=864100 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 884838400 11247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883056

[startup+12.7075 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 12461
/proc/meminfo: memFree=1470152/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.77
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 3 0 351 23 15 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868428 CPUtime=8.71
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 22012 0 1 0 853 18 0 0 18 0 9 0 2003305136 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217107 19945 2541 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868428 CPUtime=6.83
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 3475 0 1 0 680 3 0 0 25 0 9 0 2003305137 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868428 CPUtime=1.61
/proc/12453/task/12455/stat : 12455 (java) R 12452 12439 12199 0 -1 64 16344 0 0 0 149 12 0 0 16 0 9 0 2003305138 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868428 CPUtime=0.23
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 2003305141 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889270272 19945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887384

[startup+25.5024 s]
/proc/loadavg: 2.06 2.03 2.00 4/83 12461
/proc/meminfo: memFree=1404296/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.77
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 3 0 351 23 16 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868428 CPUtime=21.38
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 46890 0 1 0 2103 35 0 0 18 0 9 0 2003305136 889270272 35693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217107 35693 2541 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868428 CPUtime=17.1
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 4673 0 1 0 1706 4 0 0 25 0 9 0 2003305137 889270272 35693 996147200 134512640 134550740 4294955952 18446744073709551615 4126576844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868428 CPUtime=4
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 40020 0 0 0 372 28 0 0 16 0 9 0 2003305138 889270272 35693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889270272 35693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868428 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889270272 35693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 11198 0 1 0 47526 1281 0 0 25 0 9 0 2003305137 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4127037276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868540 CPUtime=21.65
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 145833 0 0 0 2070 95 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868540 CPUtime=0.35
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1550 0 0 0 34 1 0 0 16 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.88
Current children cumulated vsize (KiB) 887496

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

[startup+524.708 s]
/proc/loadavg: 2.17 2.13 2.04 3/83 12461
/proc/meminfo: memFree=15624/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.78
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 4 0 351 23 16 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868540 CPUtime=512.47
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 159283 0 1 0 49862 1385 0 0 18 0 9 0 2003305136 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217135 129726 2566 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868540 CPUtime=490.43
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 11203 0 1 0 47756 1287 0 0 25 0 9 0 2003305137 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4127029991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868540 CPUtime=21.65
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 145833 0 0 0 2070 95 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868540 CPUtime=0.35
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1550 0 0 0 34 1 0 0 16 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 516.25
Current children cumulated vsize (KiB) 887496

[startup+531.102 s]
/proc/loadavg: 2.16 2.13 2.04 3/83 12461
/proc/meminfo: memFree=14984/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.78
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 4 0 351 23 16 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868540 CPUtime=518.75
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 159299 0 1 0 50470 1405 0 0 18 0 9 0 2003305136 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217135 129726 2566 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868540 CPUtime=496.69
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 11219 0 1 0 48362 1307 0 0 25 0 9 0 2003305137 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4126884620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868540 CPUtime=21.69
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 145833 0 0 0 2073 96 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868540 CPUtime=0.35
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1550 0 0 0 34 1 0 0 16 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.53
Current children cumulated vsize (KiB) 887496

[startup+534.302 s]
/proc/loadavg: 2.16 2.13 2.04 3/83 12461
/proc/meminfo: memFree=15048/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.78
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 4 0 351 23 16 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868540 CPUtime=521.89
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 159307 0 1 0 50774 1415 0 0 18 0 9 0 2003305136 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217135 129726 2566 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868540 CPUtime=499.81
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 11227 0 1 0 48664 1317 0 0 25 0 9 0 2003305137 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4127091712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868540 CPUtime=21.7
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 145833 0 0 0 2074 96 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868540 CPUtime=0.35
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1550 0 0 0 34 1 0 0 16 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) R 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 525.67
Current children cumulated vsize (KiB) 887496

[startup+537.502 s]
/proc/loadavg: 2.15 2.12 2.04 3/83 12461
/proc/meminfo: memFree=15304/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=3.78
/proc/12439/stat : 12439 (sugar) S 12437 12439 12199 0 -1 4194304 974 31966 0 1 4 0 351 23 16 0 1 0 2003304748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12439/statm: 3400 797 370 3 0 500 0
[pid=12452] ppid=12439 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12439 12439 12199 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 233 193 169 0 50 0
[pid=12453] ppid=12452 vsize=868540 CPUtime=525.03
/proc/12453/stat : 12453 (java) S 12452 12439 12199 0 -1 0 159315 0 1 0 51078 1425 0 0 18 0 9 0 2003305136 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12453/statm: 217135 129726 2566 9 0 211682 0
[pid=12453/tid=12454] ppid=12452 vsize=868540 CPUtime=502.93
/proc/12453/task/12454/stat : 12454 (java) R 12452 12439 12199 0 -1 64 11235 0 1 0 48967 1326 0 0 25 0 9 0 2003305137 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12455] ppid=12452 vsize=868540 CPUtime=21.72
/proc/12453/task/12455/stat : 12455 (java) S 12452 12439 12199 0 -1 64 145833 0 0 0 2076 96 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12456] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12456/stat : 12456 (java) S 12452 12439 12199 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12457] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12457/stat : 12457 (java) S 12452 12439 12199 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305138 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12458] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12458/stat : 12458 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12459] ppid=12452 vsize=868540 CPUtime=0.35
/proc/12453/task/12459/stat : 12459 (java) S 12452 12439 12199 0 -1 64 1550 0 0 0 34 1 0 0 16 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12460] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12460/stat : 12460 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12453/tid=12461] ppid=12452 vsize=868540 CPUtime=0
/proc/12453/task/12461/stat : 12461 (java) S 12452 12439 12199 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305141 889384960 129726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 528.81
Current children cumulated vsize (KiB) 887496

[startup+538.38 s]
/proc/loadavg: 2.15 2.12 2.04 3/73 12461
/proc/meminfo: memFree=806360/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=529.62
/proc/12439/stat : 12439 (sugar) D 12437 12439 12199 0 -1 4194304 996 191579 0 2 4 70 51431 1457 21 0 1 0 2003304748 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12439/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 529.62
Current children cumulated vsize (KiB) 13600

[startup+538.702 s]
/proc/loadavg: 2.15 2.12 2.04 3/73 12461
/proc/meminfo: memFree=806360/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=529.65
/proc/12439/stat : 12439 (sugar) D 12437 12439 12199 0 -1 4194304 996 191579 0 2 4 73 51431 1457 18 0 1 0 2003304748 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12439/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 529.65
Current children cumulated vsize (KiB) 13600

[startup+539.102 s]
/proc/loadavg: 2.15 2.12 2.04 3/73 12461
/proc/meminfo: memFree=1816664/2055920 swapFree=4117580/4192956
[pid=12439] ppid=12437 vsize=13600 CPUtime=529.69
/proc/12439/stat : 12439 (sugar) D 12437 12439 12199 0 -1 4194304 996 191579 0 2 4 77 51431 1457 18 0 1 0 2003304748 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12439/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 529.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 539.142
CPU time (s): 529.713
CPU user time (s): 514.363
CPU system time (s): 15.3507
CPU usage (%): 98.2512
Max. virtual memory (cumulated for all children) (KiB): 902200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.363
system time used= 15.3507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192605
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= 26713
involuntary context switches= 38932

runsolver used 0.71989 second user time and 1.85372 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 09:35:11
IDJOB=1087263
IDBENCH=57964
IDSOLVER=346
FILE ID=node30/1087263-1215243310
PBS_JOBID= 7882003
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-4.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-1087263-1215243310/watcher-1087263-1215243310 -o /tmp/evaluation-result-1087263-1215243310/solver-1087263-1215243310 -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-1087263-1215243310.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26fa47e715f58ab849bf125de88d1d96
RANDOM SEED=661741750

node30.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.218
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.218
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:       1541176 kB
Buffers:         82428 kB
Cached:         223176 kB
SwapCached:      69348 kB
Active:         367868 kB
Inactive:        84528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541176 kB
SwapTotal:     4192956 kB
SwapFree:      4117580 kB
Dirty:           10156 kB
Writeback:           0 kB
Mapped:         154660 kB
Slab:            47516 kB
Committed_AS:  3763096 kB
PageTables:       1956 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= 66540 MiB
End job on node30 at 2008-07-05 09:44:10