Trace number 1109512

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 145.03 150.071

General information on the benchmark

Namecsp/fischer/
normalized-fischer-6-7-fair.xml
MD5SUM9acb9f3a8fcd46c4bc3d83a3faea8fd2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11071
Number of constraints10467
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10467
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Fri Jul 11 21:31:01 2008
0.00/0.13	c 0	PID 13317
0.00/0.14	c 0	HOST node27.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1109512-1215804660.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109512-1215804660.xml' 'HOME/temp.csp'
1.10/1.14	c 1	3 domains, 11071 variables, 9 predicates, 0 relations, 10467 constraints
1.10/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.10/1.16	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.14/1.24	c 1	Parsing HOME/temp.csp
1.14/1.50	c 1	parsed 10000 expressions
1.14/1.73	c 1	parsed 20000 expressions
1.14/1.76	c 1	parsed 21550 expressions
1.14/1.77	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.88	c 1	MAX CSP: 10467 constraints
1.14/1.88	c 1	Converting to clausal form CSP
1.14/1.93	c 1	converted 3202 (10%) expressions
1.14/1.94	c 1	converted 6404 (20%) expressions
1.14/1.94	c 1	converted 9606 (30%) expressions
1.14/2.08	c 2	converted 12808 (40%) expressions
2.36/2.28	c 2	converted 16010 (50%) expressions
2.55/2.47	c 2	converted 19212 (60%) expressions
2.87/2.78	c 2	converted 22414 (70%) expressions
3.07/2.93	c 2	converted 25616 (80%) expressions
3.17/3.09	c 3	converted 28818 (90%) expressions
4.38/4.29	c 4	converted 32020 (100%) expressions
4.47/4.31	c 4	CSP : 40271 integers, 11143 booleans, 78925 clauses, largest domain size 20001
4.47/4.31	c 4	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/4.31	c 4	Propagation in CSP
5.28/5.13	c 5	10460 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.28/5.14	c 5	CSP : 40271 integers, 11143 booleans, 78925 clauses, largest domain size 20001
5.28/5.14	c 5	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.16	c 5	Simplifing CSP by introducing new Boolean variables
5.69/5.56	c 5	CSP : 40271 integers, 27881 booleans, 95663 clauses, largest domain size 20001
5.69/5.56	c 5	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.09/5.99	c 5	Encoding CSP to SAT : HOME/temp.cnf
112.33/116.21	c 116	4028 (10%) CSP integer variables are encoded (79447172 clauses, 1646169917 bytes)
144.21/148.59	c 148	ERROR Exception Too large HOME/temp.cnf
144.21/148.59	c 148	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
144.21/148.59	c 148	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
144.21/148.59	c 148	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
144.21/148.59	s UNKNOWN
144.30/148.65	c 148	CPU 131.28 (0.03 0 131.25 13.04)
144.30/148.65	c 148	END Fri Jul 11 21:33:29 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109512-1215804660/watcher-1109512-1215804660 -o /tmp/evaluation-result-1109512-1215804660/solver-1109512-1215804660 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109512-1215804660.xml 

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


[startup+0 s]
/proc/loadavg: 1.42 1.93 1.99 3/82 13317
/proc/meminfo: memFree=1212712/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=18572 CPUtime=0
/proc/13317/stat : 13317 (runsolver) D 13315 13317 13028 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 37040490 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233588714791 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13317/statm: 4643 292 257 25 0 2626 0

[startup+0.038589 s]
/proc/loadavg: 1.42 1.93 1.99 3/82 13317
/proc/meminfo: memFree=1212712/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=12272 CPUtime=0
/proc/13317/stat : 13317 (sugar) D 13315 13317 13028 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 37040490 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/13317/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101591 s]
/proc/loadavg: 1.42 1.93 1.99 3/82 13317
/proc/meminfo: memFree=1212712/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=12544 CPUtime=0
/proc/13317/stat : 13317 (sugar) R 13315 13317 13028 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 37040490 12845056 441 996147200 4194304 4206940 548682068592 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 1 0 0
/proc/13317/statm: 3136 442 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301617 s]
/proc/loadavg: 1.42 1.93 1.99 3/82 13317
/proc/meminfo: memFree=1212712/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=0.03
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 37040490 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701658 s]
/proc/loadavg: 1.42 1.93 1.99 3/82 13317
/proc/meminfo: memFree=1212712/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=0.03
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 37040490 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 1.42 1.93 1.99 2/93 13329
/proc/meminfo: memFree=1182352/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 16 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 1.42 1.93 1.99 3/93 13339
/proc/meminfo: memFree=1186256/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 15 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868880 CPUtime=2.13
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 15060 0 1 0 205 8 0 0 20 0 9 0 37040607 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217220 13663 2540 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868880 CPUtime=1.2
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 2922 0 1 0 118 2 0 0 16 0 9 0 37040608 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4126901393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868880 CPUtime=0.68
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 9909 0 0 0 64 4 0 0 16 0 9 0 37040609 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868880 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868880 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868880 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868880 CPUtime=0.21
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1532 0 0 0 21 0 0 0 15 0 9 0 37040611 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868880 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868880 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889733120 13663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 887836

[startup+6.30223 s]
/proc/loadavg: 1.38 1.91 1.98 2/93 13339
/proc/meminfo: memFree=1136208/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 15 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=5.38
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 28734 0 1 0 521 17 0 0 20 0 9 0 37040607 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21073 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=3.12
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 3666 0 1 0 307 5 0 0 16 0 9 0 37040608 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4127163557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=1.95
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 185 10 0 0 16 0 9 0 37040609 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.28
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1577 0 0 0 28 0 0 0 15 0 9 0 37040611 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21073 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 887948

[startup+12.7029 s]
/proc/loadavg: 1.35 1.90 1.98 2/93 13339
/proc/meminfo: memFree=1043024/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 15 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=11.68
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 29049 0 1 0 1095 73 0 0 20 0 9 0 37040607 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21078 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=9.28
/proc/13331/task/13332/stat : 13332 (java) D 13330 13317 13028 0 -1 64 3977 0 1 0 869 59 0 0 17 0 9 0 37040608 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=2.07
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 195 12 0 0 16 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1581 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 887948

[startup+25.5023 s]
/proc/loadavg: 1.27 1.85 1.96 2/93 13339
/proc/meminfo: memFree=847760/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 15 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=24.17
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 29625 0 1 0 2231 186 0 0 20 0 9 0 37040607 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21078 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=21.56
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 4553 0 1 0 1987 169 0 0 17 0 9 0 37040608 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=2.29
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 214 15 0 0 16 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1581 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887948

[startup+51.1029 s]
/proc/loadavg: 1.24 1.80 1.94 2/93 13339
/proc/meminfo: memFree=459408/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 15 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=49.37
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 30756 0 1 0 4517 420 0 0 20 0 9 0 37040607 889847808 21078 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1583 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.61
Current children cumulated vsize (KiB) 887948

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

[startup+128.103 s]
/proc/loadavg: 1.25 1.69 1.89 2/93 13339
/proc/meminfo: memFree=16272/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 16 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=122.83
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 34050 0 1 0 11181 1102 0 0 20 0 9 0 37040607 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21080 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=118.34
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 8976 0 1 0 10776 1058 0 0 17 0 9 0 37040608 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=4.17
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 375 42 0 0 16 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1583 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 123.97
Current children cumulated vsize (KiB) 887948

[startup+140.902 s]
/proc/loadavg: 1.19 1.65 1.87 2/93 13339
/proc/meminfo: memFree=15056/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 16 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=135.56
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 34623 0 1 0 12340 1216 0 0 20 0 9 0 37040607 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21080 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=130.8
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 9549 0 1 0 11911 1169 0 0 25 0 9 0 37040608 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=4.44
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 399 45 0 0 16 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1583 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (KiB) 887948

[startup+144.102 s]
/proc/loadavg: 1.19 1.65 1.87 2/93 13339
/proc/meminfo: memFree=15632/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 16 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=138.75
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 34765 0 1 0 12624 1251 0 0 20 0 9 0 37040607 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21080 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=133.91
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 9691 0 1 0 12188 1203 0 0 17 0 9 0 37040608 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4126570116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=4.51
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 405 46 0 0 16 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1583 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.89
Current children cumulated vsize (KiB) 887948

[startup+147.303 s]
/proc/loadavg: 1.26 1.66 1.87 2/93 13339
/proc/meminfo: memFree=15696/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=1.14
/proc/13317/stat : 13317 (sugar) S 13315 13317 13028 0 -1 4194304 974 11077 0 1 3 0 105 6 16 0 1 0 37040490 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13317/statm: 3400 797 370 3 0 500 0
[pid=13330] ppid=13317 vsize=5356 CPUtime=0
/proc/13330/stat : 13330 (sh) S 13317 13317 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37040607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13330/statm: 1339 233 193 169 0 50 0
[pid=13331] ppid=13330 vsize=868992 CPUtime=141.9
/proc/13331/stat : 13331 (java) S 13330 13317 13028 0 -1 0 34903 0 1 0 12907 1283 0 0 20 0 9 0 37040607 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13331/statm: 217248 21080 2565 9 0 211795 0
[pid=13331/tid=13332] ppid=13330 vsize=868992 CPUtime=137
/proc/13331/task/13332/stat : 13332 (java) R 13330 13317 13028 0 -1 64 9829 0 1 0 12466 1234 0 0 19 0 9 0 37040608 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4126570018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13333] ppid=13330 vsize=868992 CPUtime=4.57
/proc/13331/task/13333/stat : 13333 (java) S 13330 13317 13028 0 -1 64 22794 0 0 0 410 47 0 0 16 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13331/tid=13334] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13334/stat : 13334 (java) S 13330 13317 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13335] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13335/stat : 13335 (java) S 13330 13317 13028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37040609 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13336] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13336/stat : 13336 (java) S 13330 13317 13028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13337] ppid=13330 vsize=868992 CPUtime=0.29
/proc/13331/task/13337/stat : 13337 (java) S 13330 13317 13028 0 -1 64 1583 0 0 0 29 0 0 0 16 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13338] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13338/stat : 13338 (java) S 13330 13317 13028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13331/tid=13339] ppid=13330 vsize=868992 CPUtime=0
/proc/13331/task/13339/stat : 13339 (java) S 13330 13317 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37040611 889847808 21080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.04
Current children cumulated vsize (KiB) 887948

[startup+148.902 s]
/proc/loadavg: 1.26 1.66 1.87 1/93 13339
/proc/meminfo: memFree=15760/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=144.54
/proc/13317/stat : 13317 (sugar) R 13315 13317 13028 0 -1 4194304 997 46332 0 2 3 22 13125 1304 16 0 1 0 37040490 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13317/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 144.54
Current children cumulated vsize (KiB) 13600

[startup+149.702 s]
/proc/loadavg: 1.24 1.65 1.87 1/83 13339
/proc/meminfo: memFree=1227104/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=144.97
/proc/13317/stat : 13317 (sugar) R 13315 13317 13028 0 -1 4194304 997 46332 0 2 3 65 13125 1304 15 0 1 0 37040490 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13317/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 144.97
Current children cumulated vsize (KiB) 13600

[startup+149.902 s]
/proc/loadavg: 1.24 1.65 1.87 1/83 13339
/proc/meminfo: memFree=1227104/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=144.99
/proc/13317/stat : 13317 (sugar) D 13315 13317 13028 0 -1 4194304 997 46332 0 2 3 67 13125 1304 15 0 1 0 37040490 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13317/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 144.99
Current children cumulated vsize (KiB) 13600

[startup+150.002 s]
/proc/loadavg: 1.24 1.65 1.87 1/83 13339
/proc/meminfo: memFree=1227104/2055920 swapFree=4178688/4192956
[pid=13317] ppid=13315 vsize=13600 CPUtime=145
/proc/13317/stat : 13317 (sugar) D 13315 13317 13028 0 -1 4194304 997 46332 0 2 3 68 13125 1304 15 0 1 0 37040490 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13317/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 150.071
CPU time (s): 145.03
CPU user time (s): 131.295
CPU system time (s): 13.7349
CPU usage (%): 96.6406
Max. virtual memory (cumulated for all children) (KiB): 899088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.295
system time used= 13.7349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47359
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= 35594
involuntary context switches= 31071

runsolver used 0.201969 second user time and 0.506922 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-11 21:31:00
IDJOB=1109512
IDBENCH=60974
IDSOLVER=368
FILE ID=node27/1109512-1215804660
PBS_JOBID= 7903253
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-6-7-fair.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109512-1215804660/watcher-1109512-1215804660 -o /tmp/evaluation-result-1109512-1215804660/solver-1109512-1215804660 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109512-1215804660.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9acb9f3a8fcd46c4bc3d83a3faea8fd2
RANDOM SEED=496945235

node27.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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1213192 kB
Buffers:          2792 kB
Cached:          40448 kB
SwapCached:       7012 kB
Active:         791548 kB
Inactive:         8128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213192 kB
SwapTotal:     4192956 kB
SwapFree:      4178688 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:         772756 kB
Slab:            26756 kB
Committed_AS:   890412 kB
PageTables:       3248 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-11 21:33:31