Trace number 1113022

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? (MO) 131.238 133.968

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-1.xml
MD5SUM61e96c97715b7c95a31e810829750342
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.12	c 0	Sugar v1-13 + HOME/minisat
0.02/0.12	c 0	BEGIN Sat Jul 12 17:35:53 2008
0.02/0.12	c 0	PID 19774
0.02/0.13	c 0	HOST node45.alineos.net
0.02/0.13	c 0	CONVERTING HOME/instance-1113022-1215876953.xml TO HOME/temp.csp
0.02/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113022-1215876953.xml' 'HOME/temp.csp'
0.03/0.99	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.80/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.80/1.05	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'
0.82/1.13	c 1	Parsing HOME/temp.csp
0.82/1.41	c 1	parsed 5027 expressions
0.82/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.46	c 1	MAX CSP: 4665 constraints
0.82/1.46	c 1	Converting to clausal form CSP
1.84/2.11	c 2	converted 970 (10%) expressions
2.33/2.65	c 3	converted 1939 (20%) expressions
2.83/3.14	c 3	converted 2909 (30%) expressions
3.41/3.71	c 4	converted 3878 (40%) expressions
3.72/4.08	c 4	converted 4848 (50%) expressions
4.11/4.47	c 4	converted 5817 (60%) expressions
4.60/4.99	c 5	converted 6787 (70%) expressions
5.01/5.38	c 5	converted 7756 (80%) expressions
5.40/5.79	c 6	converted 8726 (90%) expressions
6.49/6.88	c 7	converted 9695 (100%) expressions
6.49/6.88	c 7	CSP : 10027 integers, 18158 booleans, 42539 clauses, largest domain size 6998
6.49/6.88	c 7	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.49/6.88	c 7	Propagation in CSP
7.09/7.46	c 7	4659 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.09/7.47	c 7	CSP : 10027 integers, 18158 booleans, 42539 clauses, largest domain size 4666
7.09/7.47	c 7	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.09/7.49	c 7	Simplifing CSP by introducing new Boolean variables
7.18/7.55	c 7	CSP : 10027 integers, 28012 booleans, 52393 clauses, largest domain size 4666
7.18/7.55	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.90	c 8	Encoding CSP to SAT : HOME/temp.cnf
9.65/10.09	c 10	1003 (10%) CSP integer variables are encoded (481342 clauses, 7961511 bytes)
10.04/10.45	c 10	2006 (20%) CSP integer variables are encoded (756591 clauses, 12640744 bytes)
10.13/10.52	c 10	3009 (30%) CSP integer variables are encoded (814080 clauses, 13618057 bytes)
10.13/10.53	c 10	4011 (40%) CSP integer variables are encoded (816826 clauses, 13664739 bytes)
10.13/10.54	c 10	5014 (50%) CSP integer variables are encoded (822256 clauses, 13757049 bytes)
10.13/10.55	c 10	6017 (60%) CSP integer variables are encoded (832049 clauses, 13923530 bytes)
10.13/10.56	c 10	7019 (70%) CSP integer variables are encoded (840959 clauses, 14075000 bytes)
10.13/10.58	c 10	8022 (80%) CSP integer variables are encoded (853097 clauses, 14281346 bytes)
10.23/10.65	c 11	9025 (90%) CSP integer variables are encoded (911566 clauses, 15275319 bytes)
10.23/10.66	c 11	10027 (100%) CSP integer variables are encoded (926031 clauses, 15521224 bytes)
27.19/27.76	c 28	5240 (10%) CSP clauses are encoded (3730525 clauses, 76614864 bytes)
37.12/37.72	c 38	10479 (20%) CSP clauses are encoded (5907229 clauses, 126315050 bytes)
42.57/43.28	c 43	15718 (30%) CSP clauses are encoded (7390909 clauses, 161918729 bytes)
47.23/47.98	c 48	20958 (40%) CSP clauses are encoded (8874685 clauses, 198341937 bytes)
51.31/52.05	c 52	26197 (50%) CSP clauses are encoded (10338652 clauses, 234819572 bytes)
55.14/55.90	c 56	31436 (60%) CSP clauses are encoded (11720096 clauses, 269420278 bytes)
59.09/59.96	c 60	36676 (70%) CSP clauses are encoded (13138234 clauses, 304707353 bytes)
62.63/63.56	c 63	41915 (80%) CSP clauses are encoded (14394412 clauses, 335983840 bytes)
66.84/67.88	c 68	47154 (90%) CSP clauses are encoded (16497228 clauses, 387382527 bytes)
118.47/120.52	c 120	52393 (100%) CSP clauses are encoded (42080661 clauses, 1012878041 bytes)
118.47/120.52	c 120	52393 CSP clauses encoded
118.47/120.52	c 120	Writing map file : HOME/temp.map
118.57/120.61	c 120	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
118.57/120.61	c 120	SAT : 964070 SAT variables, 42080661 SAT clauses, 1012878041 bytes
118.57/120.61	c 120	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
118.57/120.69	c 121	OBJECTIVE minimize _COST
118.57/120.69	c 121	OBJECTIVE BOUND: 0 <= _COST <= 
118.57/120.69	c 121	SEARCHING: _COST <= 2333
118.57/120.69	c 121	SOLVING HOME/temp.cnf
118.57/120.69	c 121	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
118.57/120.70	c 121	This is MiniSat 2.0 beta
118.57/120.70	c 121	WARNING: for repeatability, setting FPU to use double precision
118.57/120.70	c 121	============================[ Problem Statistics ]=============================
118.57/120.70	c 121	|                                                                             |
118.57/120.70	c 121	|  Number of variables:  964070                                               |
118.57/120.70	c 121	|  Number of clauses:    42080662                                             |
130.67/133.22	c ERROR INTERRUPTED
130.78/133.35	s UNKNOWN
130.78/133.35	c 133	CPU 111.91 (0.08 0.01 111.83 6.73)
130.78/133.35	c 133	END Sat Jul 12 17:38:06 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-1113022-1215876953/watcher-1113022-1215876953 -o /tmp/evaluation-result-1113022-1215876953/solver-1113022-1215876953 -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-1113022-1215876953.xml 

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


[startup+0 s]
/proc/loadavg: 2.10 2.47 2.86 4/82 19774
/proc/meminfo: memFree=382856/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=18572 CPUtime=0
/proc/19774/stat : 19774 (runsolver) R 19772 19774 19376 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44394583 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19774/statm: 4643 292 257 25 0 2626 0

[startup+0.0704421 s]
/proc/loadavg: 2.10 2.47 2.86 4/82 19774
/proc/meminfo: memFree=382856/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=12272 CPUtime=0
/proc/19774/stat : 19774 (sugar) D 19772 19774 19376 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 44394583 12566528 368 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19774/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102452 s]
/proc/loadavg: 2.10 2.47 2.86 4/82 19774
/proc/meminfo: memFree=382856/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=12940 CPUtime=0.02
/proc/19774/stat : 19774 (sugar) R 19772 19774 19376 0 -1 4194304 613 0 0 0 2 0 0 0 18 0 1 0 44394583 13250560 581 996147200 4194304 4206940 548682068592 18446744073709551615 258958627456 0 0 4224 0 0 0 0 17 1 0 0
/proc/19774/statm: 3235 581 316 3 0 335 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12940

[startup+0.302489 s]
/proc/loadavg: 2.10 2.47 2.86 4/82 19774
/proc/meminfo: memFree=382856/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.03
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44394583 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702571 s]
/proc/loadavg: 2.10 2.47 2.86 4/82 19774
/proc/meminfo: memFree=382856/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.03
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44394583 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.10 2.47 2.86 2/93 19786
/proc/meminfo: memFree=361072/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.82
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 3 0 72 7 15 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 13600

[startup+3.103 s]
/proc/loadavg: 2.10 2.47 2.86 3/93 19796
/proc/meminfo: memFree=354544/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.82
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 3 0 72 7 15 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868384 CPUtime=2.01
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 8926 0 1 0 195 6 0 0 18 0 9 0 44394689 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217096 8010 2540 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868384 CPUtime=1.49
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 2801 0 1 0 147 2 0 0 25 0 9 0 44394690 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4126590841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868384 CPUtime=0.29
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 3961 0 0 0 27 2 0 0 16 0 9 0 44394691 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868384 CPUtime=0.2
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1472 0 0 0 20 0 0 0 15 0 9 0 44394693 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) S 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889225216 8010 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887340

[startup+6.30158 s]
/proc/loadavg: 2.10 2.46 2.85 3/93 19796
/proc/meminfo: memFree=320240/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.83
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 4 0 72 7 15 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868384 CPUtime=5.17
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 14312 0 1 0 504 13 0 0 18 0 9 0 44394689 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217096 13191 2540 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868384 CPUtime=4.04
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 3186 0 1 0 400 4 0 0 25 0 9 0 44394690 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4126893585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868384 CPUtime=0.88
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 8949 0 0 0 81 7 0 0 16 0 9 0 44394691 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868384 CPUtime=0.21
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1485 0 0 0 21 0 0 0 16 0 9 0 44394693 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868384 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) S 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889225216 13191 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 887340

[startup+12.7027 s]
/proc/loadavg: 2.09 2.46 2.85 3/83 19796
/proc/meminfo: memFree=1790144/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.83
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 4 0 72 7 15 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868496 CPUtime=11.49
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 25588 0 1 0 1114 35 0 0 18 0 9 0 44394689 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217124 15950 2566 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868496 CPUtime=9.45
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 3676 0 1 0 925 20 0 0 17 0 9 0 44394690 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4126595656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868496 CPUtime=1.7
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 19691 0 0 0 158 12 0 0 15 0 9 0 44394691 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868496 CPUtime=0.3
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1529 0 0 0 29 1 0 0 17 0 9 0 44394693 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) S 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889339904 15950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 887452

[startup+25.5021 s]
/proc/loadavg: 2.14 2.45 2.84 3/93 19834
/proc/meminfo: memFree=1783344/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.83
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 4 0 72 7 15 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868496 CPUtime=24.18
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 25880 0 1 0 2352 66 0 0 18 0 9 0 44394689 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217124 15953 2566 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868496 CPUtime=21.99
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 3965 0 1 0 2151 48 0 0 25 0 9 0 44394690 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4127073968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868496 CPUtime=1.85
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 19691 0 0 0 170 15 0 0 16 0 9 0 44394691 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868496 CPUtime=0.31
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 44394693 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) S 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889339904 15953 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 887452

[startup+51.1027 s]
/proc/loadavg: 2.22 2.44 2.82 3/92 19834
/proc/meminfo: memFree=1484528/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.83
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 4 0 72 7 16 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868496 CPUtime=49.58
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 26833 0 1 0 4785 173 0 0 18 0 9 0 44394689 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217124 15957 2566 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868496 CPUtime=46.94
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 4914 0 1 0 4545 149 0 0 25 0 9 0 44394690 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4127085941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868496 CPUtime=2.29
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 19691 0 0 0 208 21 0 0 16 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868496 CPUtime=0.32
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1536 0 0 0 31 1 0 0 15 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) S 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 887452

[startup+102.307 s]
/proc/loadavg: 2.69 2.53 2.83 3/92 19834
/proc/meminfo: memFree=926064/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=13600 CPUtime=0.83
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 974 7247 0 1 4 0 72 7 16 0 1 0 44394583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3400 797 370 3 0 500 0
[pid=19787] ppid=19774 vsize=5356 CPUtime=0
/proc/19787/stat : 19787 (sh) S 19774 19774 19376 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44394688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19787/statm: 1339 233 193 169 0 50 0
[pid=19788] ppid=19787 vsize=868496 CPUtime=99.82
/proc/19788/stat : 19788 (java) S 19787 19774 19376 0 -1 0 29937 0 1 0 9465 517 0 0 18 0 9 0 44394689 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19788/statm: 217124 15957 2566 9 0 211671 0
[pid=19788/tid=19789] ppid=19787 vsize=868496 CPUtime=95.8
/proc/19788/task/19789/stat : 19789 (java) R 19787 19774 19376 0 -1 64 8018 0 1 0 9105 475 0 0 25 0 9 0 44394690 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4126485366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19790] ppid=19787 vsize=868496 CPUtime=3.67
/proc/19788/task/19790/stat : 19790 (java) S 19787 19774 19376 0 -1 64 19691 0 0 0 327 40 0 0 16 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19791] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19791/stat : 19791 (java) S 19787 19774 19376 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19792] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19792/stat : 19792 (java) S 19787 19774 19376 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44394691 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19793] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19793/stat : 19793 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19794] ppid=19787 vsize=868496 CPUtime=0.32
/proc/19788/task/19794/stat : 19794 (java) S 19787 19774 19376 0 -1 64 1536 0 0 0 31 1 0 0 15 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19795] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19795/stat : 19795 (java) S 19787 19774 19376 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19788/tid=19796] ppid=19787 vsize=868496 CPUtime=0
/proc/19788/task/19796/stat : 19796 (java) R 19787 19774 19376 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44394693 889339904 15957 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+133.202 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=118.65
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 1201 38777 0 2 8 1 11183 673 16 0 1 0 44394583 14602240 949 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3565 949 374 3 0 665 0
[pid=19835] ppid=19774 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19774 19774 19376 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44406653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=904436 CPUtime=12.02
/proc/19836/stat : 19836 (minisat) R 19835 19774 19376 0 -1 4194304 218734 0 0 0 1043 159 0 0 25 0 1 0 44406653 926142464 218720 996147200 134512640 135127466 4294956256 18446744073709551615 134514083 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 226109 218720 62 150 0 225956 0
Current children cumulated CPU time (s) 130.67
Current children cumulated vsize (KiB) 924052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+133.324 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=118.65
/proc/19774/stat : 19774 (sugar) S 19772 19774 19376 0 -1 4194304 1213 38777 0 2 8 1 11183 673 16 0 1 0 44394583 14602240 949 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19774/statm: 3565 949 374 3 0 665 0
[pid=19835] ppid=19774 vsize=0 CPUtime=0
/proc/19835/stat : 19835 (sh) Z 19774 19774 19376 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44406653 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19835/statm: 0 0 0 0 0 0 0
[pid=19836] ppid=1 vsize=0 CPUtime=12.13
/proc/19836/stat : 19836 (minisat) R 1 19774 19376 0 -1 4195332 218734 0 0 0 1043 170 0 0 25 0 1 0 44406653 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 130.78
Current children cumulated vsize (KiB) 14260

# WARNING:
# current cumulated CPU time (118.67 s) is less than in the last sample (130.78 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (12.11 s) to the 'lost time'.

[startup+133.401 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=118.67
/proc/19774/stat : 19774 (sugar) R 19772 19774 19376 0 -1 4194304 1240 39054 0 2 8 3 11183 673 16 0 1 0 44394583 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19774/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 118.67
Current children cumulated vsize (KiB) 14260

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

[startup+133.602 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=118.87
/proc/19774/stat : 19774 (sugar) R 19772 19774 19376 0 -1 4194304 1240 39054 0 2 8 23 11183 673 16 0 1 0 44394583 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19774/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 118.87
Current children cumulated vsize (KiB) 14260

[startup+133.827 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=119.09
/proc/19774/stat : 19774 (sugar) D 19772 19774 19376 0 -1 4194304 1240 39054 0 2 8 45 11183 673 16 0 1 0 44394583 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19774/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 119.09
Current children cumulated vsize (KiB) 14260

[startup+133.901 s]
/proc/loadavg: 2.86 2.59 2.84 3/84 19836
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=19774] ppid=19772 vsize=14260 CPUtime=119.1
/proc/19774/stat : 19774 (sugar) D 19772 19774 19376 0 -1 4194304 1240 39054 0 2 8 46 11183 673 15 0 1 0 44394583 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19774/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 119.1
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 12.11
#  lost CPU user time (s): 10.43
#  lost CPU system time (s): 1.68

Real time (s): 133.968
CPU time (s): 131.238
CPU user time (s): 122.349
CPU system time (s): 8.8889
CPU usage (%): 97.9618
Max. virtual memory (cumulated for all children) (KiB): 924052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.919
system time used= 7.2089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40324
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= 47451
involuntary context switches= 48866

runsolver used 0.156976 second user time and 0.498924 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-12 17:35:53
IDJOB=1113022
IDBENCH=61513
IDSOLVER=368
FILE ID=node45/1113022-1215876953
PBS_JOBID= 7903551
Free space on /tmp= 64472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-1.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-1113022-1215876953/watcher-1113022-1215876953 -o /tmp/evaluation-result-1113022-1215876953/solver-1113022-1215876953 -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-1113022-1215876953.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61e96c97715b7c95a31e810829750342
RANDOM SEED=1356132023

node45.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.281
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.281
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:        383464 kB
Buffers:          1732 kB
Cached:        1206628 kB
SwapCached:          0 kB
Active:        1098924 kB
Inactive:       495388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        383464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209400 kB
Writeback:           0 kB
Mapped:         407072 kB
Slab:            62556 kB
Committed_AS:   803676 kB
PageTables:       2748 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 node45 at 2008-07-12 17:38:08