Trace number 1087473

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? 444.608 452.61

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-7.xml
MD5SUMb5d52b8bbf6043988c4227a96902f450
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.0001
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
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:50:41 2008
0.00/0.05	c 0	PID 13545
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087473-1215244241.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087473-1215244241.xml' 'HOME/temp.csp'
1.26/1.31	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	c 1	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'
1.27/1.44	c 1	Parsing HOME/temp.csp
1.27/1.94	c 2	parsed 10000 expressions
1.27/2.07	c 2	parsed 13452 expressions
1.27/2.07	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.27/2.07	c 2	Converting to clausal form CSP
1.99/2.13	c 2	converted 1346 (10%) expressions
2.28/2.44	c 2	converted 2691 (20%) expressions
3.77/3.91	c 4	converted 4036 (30%) expressions
5.06/5.28	c 5	converted 5381 (40%) expressions
6.34/6.53	c 7	converted 6726 (50%) expressions
7.83/8.03	c 8	converted 8072 (60%) expressions
9.21/9.40	c 9	converted 9417 (70%) expressions
10.69/10.92	c 11	converted 10762 (80%) expressions
11.88/12.12	c 12	converted 12107 (90%) expressions
12.87/13.19	c 13	converted 13452 (100%) expressions
12.87/13.19	c 13	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
12.87/13.19	c 13	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.87/13.19	c 13	Propagation in CSP
15.15/15.41	c 15	264000 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.15/15.41	c 15	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
15.15/15.41	c 15	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.15/15.44	c 15	Simplifing CSP by introducing new Boolean variables
15.64/15.98	c 16	CSP : 7024 integers, 58557 booleans, 104021 clauses, largest domain size 2721
15.64/15.98	c 16	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.13/16.47	c 16	Encoding CSP to SAT : HOME/temp.cnf
19.41/19.79	c 20	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
22.58/22.96	c 23	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
25.74/26.19	c 26	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
28.71/29.13	c 29	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
31.19/31.63	c 32	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
33.60/34.29	c 34	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
36.07/36.73	c 37	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
38.62/39.30	c 39	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
41.09/41.81	c 42	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
43.71/44.64	c 45	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
98.38/100.18	c 100	10403 (10%) CSP clauses are encoded (21604063 clauses, 458522972 bytes)
143.35/145.80	c 146	20805 (20%) CSP clauses are encoded (30226747 clauses, 669572010 bytes)
184.69/187.88	c 188	31207 (30%) CSP clauses are encoded (38424797 clauses, 872444967 bytes)
226.48/230.37	c 230	41609 (40%) CSP clauses are encoded (46547855 clauses, 1073047636 bytes)
267.31/271.88	c 272	52011 (50%) CSP clauses are encoded (54484738 clauses, 1269987295 bytes)
310.55/315.83	c 316	62413 (60%) CSP clauses are encoded (62773388 clauses, 1474497557 bytes)
351.14/357.11	c 357	72815 (70%) CSP clauses are encoded (70655660 clauses, 1669754422 bytes)
390.88/397.46	c 397	83217 (80%) CSP clauses are encoded (78460180 clauses, 1865146468 bytes)
428.71/435.89	c 436	93619 (90%) CSP clauses are encoded (86068984 clauses, 2063433573 bytes)
443.59/450.99	c 451	ERROR Exception Too large HOME/temp.cnf
443.59/450.99	c 451	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
443.59/450.99	c 451	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
443.59/450.99	c 451	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
443.59/450.99	s UNKNOWN
443.68/451.08	c 451	CPU 428.89 (0.04 0 428.85 14.83)
443.68/451.08	c 451	END Sat Jul  5 09:58:12 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-1087473-1215244241/watcher-1087473-1215244241 -o /tmp/evaluation-result-1087473-1215244241/solver-1087473-1215244241 -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-1087473-1215244241.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13545
/proc/meminfo: memFree=1509296/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=12268 CPUtime=0
/proc/13545/stat : 13545 (sugar) R 13543 13545 12366 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2003397894 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13545/statm: 3067 316 241 3 0 167 0

[startup+0.0531959 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13545
/proc/meminfo: memFree=1509296/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=0.03
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 2003397894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101161 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13545
/proc/meminfo: memFree=1509296/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=0.03
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003397894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301166 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13545
/proc/meminfo: memFree=1509296/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=0.03
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003397894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701201 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13545
/proc/meminfo: memFree=1509296/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=0.03
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003397894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13557
/proc/meminfo: memFree=1485016/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 973 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13600

[startup+3.10235 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13567
/proc/meminfo: memFree=1494616/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 15 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868404 CPUtime=1.71
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 8199 0 1 0 165 6 0 0 18 0 9 0 2003398030 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217101 7279 2541 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868404 CPUtime=1.24
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 2695 0 1 0 122 2 0 0 25 0 9 0 2003398031 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4126542530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868404 CPUtime=0.24
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 3350 0 0 0 22 2 0 0 16 0 9 0 2003398033 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868404 CPUtime=0.2
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1458 0 0 0 19 1 0 0 16 0 9 0 2003398035 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889245696 7279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887360

[startup+6.30256 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 13567
/proc/meminfo: memFree=1478872/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868404 CPUtime=4.88
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 11367 0 1 0 477 11 0 0 18 0 9 0 2003398030 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217101 10148 2541 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868404 CPUtime=4
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 3075 0 1 0 397 3 0 0 25 0 9 0 2003398031 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4126571603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868404 CPUtime=0.63
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 6122 0 0 0 58 5 0 0 16 0 9 0 2003398033 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868404 CPUtime=0.22
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1474 0 0 0 21 1 0 0 15 0 9 0 2003398035 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889245696 10148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887360

[startup+12.702 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 13567
/proc/meminfo: memFree=1454360/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868404 CPUtime=11.21
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 22164 0 1 0 1101 20 0 0 18 0 9 0 2003398030 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217101 16207 2541 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868404 CPUtime=9.27
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 3697 0 1 0 923 4 0 0 25 0 9 0 2003398031 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4126634823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868404 CPUtime=1.69
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 16297 0 0 0 156 13 0 0 16 0 9 0 2003398033 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868404 CPUtime=0.22
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1474 0 0 0 21 1 0 0 15 0 9 0 2003398035 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889245696 16207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868404 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889245696 16207 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) 887360

[startup+25.5028 s]
/proc/loadavg: 2.13 2.01 2.00 3/83 13567
/proc/meminfo: memFree=1428376/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=23.87
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 28883 0 1 0 2356 31 0 0 18 0 9 0 2003398030 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217129 20177 2566 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868516 CPUtime=20.67
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 4326 0 1 0 2057 10 0 0 25 0 9 0 2003398031 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4127065264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868516 CPUtime=2.89
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 22353 0 0 0 271 18 0 0 16 0 9 0 2003398033 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868516 CPUtime=0.29
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1508 0 0 0 28 1 0 0 15 0 9 0 2003398035 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889360384 20177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887472

[startup+51.1024 s]
/proc/loadavg: 2.14 2.03 2.00 3/83 13567
/proc/meminfo: memFree=1183192/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=48.84
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 29731 0 1 0 4683 201 0 0 18 0 9 0 2003398030 889360384 20184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+409.503 s]
/proc/loadavg: 2.14 2.10 2.03 3/83 13567
/proc/meminfo: memFree=15512/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=401.53
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 36346 0 1 0 38823 1330 0 0 18 0 9 0 2003398030 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217129 20190 2566 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868516 CPUtime=393.95
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 11778 0 1 0 38141 1254 0 0 25 0 9 0 2003398031 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4127069016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868516 CPUtime=7.22
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 22353 0 0 0 650 72 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868516 CPUtime=0.31
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.8
Current children cumulated vsize (KiB) 887472

[startup+435.103 s]
/proc/loadavg: 2.16 2.11 2.04 3/83 13567
/proc/meminfo: memFree=14872/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=426.76
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 36849 0 1 0 41260 1416 0 0 18 0 9 0 2003398030 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217129 20190 2566 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868516 CPUtime=418.88
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 12281 0 1 0 40551 1337 0 0 25 0 9 0 2003398031 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4127071465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868516 CPUtime=7.53
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 22353 0 0 0 677 76 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868516 CPUtime=0.31
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 428.03
Current children cumulated vsize (KiB) 887472

[startup+441.503 s]
/proc/loadavg: 2.14 2.11 2.04 3/83 13567
/proc/meminfo: memFree=16152/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=433.06
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 36973 0 1 0 41867 1439 0 0 18 0 9 0 2003398030 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217129 20190 2566 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868516 CPUtime=425.11
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 12405 0 1 0 41152 1359 0 0 25 0 9 0 2003398031 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4126626002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868516 CPUtime=7.6
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 22353 0 0 0 684 76 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868516 CPUtime=0.31
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.33
Current children cumulated vsize (KiB) 887472

[startup+447.902 s]
/proc/loadavg: 2.13 2.11 2.03 3/83 13567
/proc/meminfo: memFree=15576/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=1.27
/proc/13545/stat : 13545 (sugar) S 13543 13545 12366 0 -1 4194304 974 10086 0 1 3 0 117 7 16 0 1 0 2003397894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13545/statm: 3400 797 370 3 0 500 0
[pid=13558] ppid=13545 vsize=5356 CPUtime=0
/proc/13558/stat : 13558 (sh) S 13545 13545 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003398030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13558/statm: 1339 233 193 169 0 50 0
[pid=13559] ppid=13558 vsize=868516 CPUtime=439.37
/proc/13559/stat : 13559 (java) S 13558 13545 12366 0 -1 0 37111 0 1 0 42475 1462 0 0 18 0 9 0 2003398030 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13559/statm: 217129 20190 2566 9 0 211676 0
[pid=13559/tid=13560] ppid=13558 vsize=868516 CPUtime=431.35
/proc/13559/task/13560/stat : 13560 (java) R 13558 13545 12366 0 -1 64 12543 0 1 0 41754 1381 0 0 25 0 9 0 2003398031 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4127115407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13561] ppid=13558 vsize=868516 CPUtime=7.66
/proc/13559/task/13561/stat : 13561 (java) S 13558 13545 12366 0 -1 64 22353 0 0 0 689 77 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13562] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13562/stat : 13562 (java) S 13558 13545 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13563] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13563/stat : 13563 (java) S 13558 13545 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003398033 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13564] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13564/stat : 13564 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13565] ppid=13558 vsize=868516 CPUtime=0.31
/proc/13559/task/13565/stat : 13565 (java) S 13558 13545 12366 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13566] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13566/stat : 13566 (java) S 13558 13545 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13559/tid=13567] ppid=13558 vsize=868516 CPUtime=0
/proc/13559/task/13567/stat : 13567 (java) S 13558 13545 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003398035 889360384 20190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.64
Current children cumulated vsize (KiB) 887472

[startup+451.103 s]
/proc/loadavg: 2.12 2.10 2.03 3/83 13567
/proc/meminfo: memFree=15000/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=443.72
/proc/13545/stat : 13545 (sugar) D 13543 13545 12366 0 -1 4194304 996 47557 0 2 4 0 42885 1483 16 0 1 0 2003397894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13545/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 443.72
Current children cumulated vsize (KiB) 13600

[startup+451.903 s]
/proc/loadavg: 2.12 2.10 2.03 3/83 13567
/proc/meminfo: memFree=15000/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=444.52
/proc/13545/stat : 13545 (sugar) D 13543 13545 12366 0 -1 4194304 996 47557 0 2 4 80 42885 1483 23 0 1 0 2003397894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13545/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.52
Current children cumulated vsize (KiB) 13600

[startup+452.302 s]
/proc/loadavg: 2.12 2.10 2.03 2/73 13567
/proc/meminfo: memFree=1618856/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=444.57
/proc/13545/stat : 13545 (sugar) D 13543 13545 12366 0 -1 4194304 996 47557 0 2 4 85 42885 1483 18 0 1 0 2003397894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13545/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.57
Current children cumulated vsize (KiB) 13600

[startup+452.502 s]
/proc/loadavg: 2.12 2.10 2.03 2/73 13567
/proc/meminfo: memFree=1618856/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=444.58
/proc/13545/stat : 13545 (sugar) D 13543 13545 12366 0 -1 4194304 996 47557 0 2 4 86 42885 1483 18 0 1 0 2003397894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13545/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.58
Current children cumulated vsize (KiB) 13600

[startup+452.602 s]
/proc/loadavg: 2.12 2.10 2.03 2/73 13567
/proc/meminfo: memFree=1618856/2055920 swapFree=4180452/4192956
[pid=13545] ppid=13543 vsize=13600 CPUtime=444.59
/proc/13545/stat : 13545 (sugar) D 13543 13545 12366 0 -1 4194304 996 47557 0 2 4 87 42885 1483 18 0 1 0 2003397894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13545/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 444.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 452.61
CPU time (s): 444.608
CPU user time (s): 428.897
CPU system time (s): 15.7116
CPU usage (%): 98.2321
Max. virtual memory (cumulated for all children) (KiB): 892740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.897
system time used= 15.7116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48583
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= 74580
involuntary context switches= 83573

runsolver used 0.517921 second user time and 1.65075 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 09:50:41
IDJOB=1087473
IDBENCH=57999
IDSOLVER=346
FILE ID=node29/1087473-1215244241
PBS_JOBID= 7881953
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-7.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-1087473-1215244241/watcher-1087473-1215244241 -o /tmp/evaluation-result-1087473-1215244241/solver-1087473-1215244241 -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-1087473-1215244241.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5d52b8bbf6043988c4227a96902f450
RANDOM SEED=896287120

node29.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.220
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.220
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:       1509776 kB
Buffers:          8764 kB
Cached:         133840 kB
SwapCached:       6928 kB
Active:         401636 kB
Inactive:        92492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509776 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:         359072 kB
Slab:            36380 kB
Committed_AS:  3973404 kB
PageTables:       2716 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= 66488 MiB
End job on node29 at 2008-07-05 09:58:14