Trace number 2065153

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.14.6+minisat? (MO) 1723.82 1742.13

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-13-fair.xml
MD5SUMfe19cf8ed6a3db0dbc49a8d73f628b94
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables37437
Number of constraints35472
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35472
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:46:02 2009
0.00/0.08	c 0	PID 16157
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065153-1247337962.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065153-1247337962.xml' 'HOME/temp.csp'
2.73/2.80	c 3	3 domains, 37437 variables, 9 predicates, 0 relations, 35472 constraints
2.73/2.86	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.73/2.86	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.76/2.94	c 3	Parsing HOME/temp.csp
2.76/3.08	c 3	parsed 10000 expressions
2.76/3.18	c 3	parsed 20000 expressions
3.18/3.30	c 4	parsed 30000 expressions
3.18/3.37	c 4	parsed 40000 expressions
3.37/3.53	c 4	parsed 50000 expressions
3.47/3.64	c 4	parsed 60000 expressions
3.57/3.74	c 4	parsed 70000 expressions
3.57/3.77	c 4	parsed 72921 expressions
3.57/3.78	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.57/3.78	c 4	Converting to clausal form CSP
3.68/3.83	c 4	converted 7293 (10%) expressions
3.78/4.00	c 4	converted 14585 (20%) expressions
3.88/4.00	c 4	converted 21877 (30%) expressions
3.88/4.03	c 4	converted 29169 (40%) expressions
3.88/4.03	c 4	converted 36461 (50%) expressions
4.27/4.48	c 5	converted 43753 (60%) expressions
5.36/5.54	c 6	converted 51045 (70%) expressions
6.55/6.71	c 7	converted 58337 (80%) expressions
7.24/7.49	c 8	converted 65629 (90%) expressions
8.04/8.27	c 9	converted 72921 (100%) expressions
8.04/8.28	c 9	CSP : 65773 integers, 2164 booleans, 159892 clauses, largest domain size 20001
8.04/8.28	c 9	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.04/8.28	c 9	Propagation in CSP
1651.31/1666.70	c 1667	461835567 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1651.31/1666.71	c 1667	CSP : 65773 integers, 2164 booleans, 159892 clauses, largest domain size 20001
1651.31/1666.71	c 1667	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1651.31/1666.75	c 1667	Simplifing CSP by introducing new Boolean variables
1651.60/1667.08	c 1667	CSP : 65773 integers, 59478 booleans, 217206 clauses, largest domain size 20001
1651.60/1667.08	c 1667	Heap : 116 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1652.30/1667.78	c 1668	Encoding CSP to SAT : HOME/temp.cnf
1652.90/1668.32	c 1669	6578 (10%) CSP integer variables are encoded (424845 clauses, 7007486 bytes)
1656.47/1671.93	c 1672	13155 (20%) CSP integer variables are encoded (3586029 clauses, 65928437 bytes)
1657.86/1673.32	c 1674	19732 (30%) CSP integer variables are encoded (4771473 clauses, 88451873 bytes)
1658.66/1674.11	c 1674	26310 (40%) CSP integer variables are encoded (5441399 clauses, 101180467 bytes)
1659.26/1674.74	c 1675	32887 (50%) CSP integer variables are encoded (5990108 clauses, 111605938 bytes)
1659.26/1674.75	c 1675	39464 (60%) CSP integer variables are encoded (5990108 clauses, 111605938 bytes)
1660.46/1675.92	c 1676	46042 (70%) CSP integer variables are encoded (6979910 clauses, 130412176 bytes)
1661.06/1676.59	c 1677	52619 (80%) CSP integer variables are encoded (7529800 clauses, 140860086 bytes)
1661.33/1676.86	c 1677	59196 (90%) CSP integer variables are encoded (7719772 clauses, 144469554 bytes)
1661.64/1677.17	c 1677	65773 (100%) CSP integer variables are encoded (7969734 clauses, 149218832 bytes)
1704.05/1720.75	c 1721	21721 (10%) CSP clauses are encoded (34636835 clauses, 725111370 bytes)
1704.84/1721.53	c 1722	43442 (20%) CSP clauses are encoded (35085157 clauses, 734184426 bytes)
1708.04/1724.82	c 1725	65162 (30%) CSP clauses are encoded (37172680 clauses, 777783969 bytes)
1711.45/1728.39	c 1729	86883 (40%) CSP clauses are encoded (39418770 clauses, 825499171 bytes)
1713.71/1730.66	c 1731	108603 (50%) CSP clauses are encoded (40826364 clauses, 855397967 bytes)
1713.91/1730.80	c 1731	130324 (60%) CSP clauses are encoded (40836656 clauses, 855607385 bytes)
1714.00/1730.95	c 1731	152045 (70%) CSP clauses are encoded (40846875 clauses, 855815294 bytes)
1715.56/1732.58	c 1733	173765 (80%) CSP clauses are encoded (41817470 clauses, 876431562 bytes)
1716.92/1733.94	c 1734	195486 (90%) CSP clauses are encoded (42626728 clauses, 893617753 bytes)
1717.11/1734.11	c 1734	217206 (100%) CSP clauses are encoded (42651365 clauses, 894246833 bytes)
1717.11/1734.11	c 1734	217206 CSP clauses encoded
1717.11/1734.11	c 1734	Writing map file : HOME/temp.map
1717.21/1734.20	c 1734	Heap : 90 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1717.21/1734.20	c 1734	SAT : 8047544 SAT variables, 42651365 SAT clauses, 894246833 bytes
1717.21/1734.20	c 1734	Heap : 90 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1717.21/1734.27	c 1735	SOLVING HOME/temp.cnf
1717.21/1734.27	c 1735	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1717.21/1734.27	c 1735	This is MiniSat 2.0 beta
1717.21/1734.27	c 1735	WARNING: for repeatability, setting FPU to use double precision
1717.21/1734.27	c 1735	============================[ Problem Statistics ]=============================
1717.21/1734.27	c 1735	|                                                                             |
1717.21/1734.27	c 1735	|  Number of variables:  8047544                                              |
1717.21/1734.27	c 1735	|  Number of clauses:    42651365                                             |
1723.02/1740.12	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065153-1247337962/watcher-2065153-1247337962 -o /tmp/evaluation-result-2065153-1247337962/solver-2065153-1247337962 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065153-1247337962.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 16157
/proc/meminfo: memFree=1869288/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=12268 CPUtime=0
/proc/16157/stat : 16157 (sugar) R 16155 16157 15388 0 -1 4194304 340 0 0 0 0 0 0 0 20 0 1 0 20863798 12562432 308 996147200 4194304 4206940 548682068608 18446744073709551615 233632599861 0 0 4224 0 0 0 0 17 1 0 0
/proc/16157/statm: 3067 308 233 3 0 167 0

[startup+0.084718 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 16157
/proc/meminfo: memFree=1869288/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=0.06
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101726 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 16157
/proc/meminfo: memFree=1869288/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=0.06
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301754 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 16157
/proc/meminfo: memFree=1869288/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=0.06
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701822 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 16157
/proc/meminfo: memFree=1869288/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=0.06
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 16169
/proc/meminfo: memFree=1840976/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=0.06
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16160] ppid=16157 vsize=5356 CPUtime=0
/proc/16160/stat : 16160 (sh) S 16157 16157 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20863807 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16160/statm: 1339 233 193 169 0 50 0
[pid=16161] ppid=16160 vsize=864768 CPUtime=1.39
/proc/16161/stat : 16161 (java) S 16160 16157 15388 0 -1 0 16894 0 1 0 130 9 0 0 18 0 9 0 20863807 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16161/statm: 216192 14425 2556 9 0 210704 0
[pid=16161/tid=16162] ppid=16160 vsize=864768 CPUtime=0.8
/proc/16161/task/16162/stat : 16162 (java) R 16160 16157 15388 0 -1 64 3100 0 1 0 78 2 0 0 24 0 9 0 20863808 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16163] ppid=16160 vsize=864768 CPUtime=0.46
/proc/16161/task/16163/stat : 16163 (java) R 16160 16157 15388 0 -1 64 12590 0 0 0 41 5 0 0 16 0 9 0 20863809 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16164] ppid=16160 vsize=864768 CPUtime=0
/proc/16161/task/16164/stat : 16164 (java) S 16160 16157 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20863810 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16165] ppid=16160 vsize=864768 CPUtime=0
/proc/16161/task/16165/stat : 16165 (java) S 16160 16157 15388 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20863810 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16166] ppid=16160 vsize=864768 CPUtime=0
/proc/16161/task/16166/stat : 16166 (java) S 16160 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20863812 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16167] ppid=16160 vsize=864768 CPUtime=0.09
/proc/16161/task/16167/stat : 16167 (java) S 16160 16157 15388 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 20863812 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16168] ppid=16160 vsize=864768 CPUtime=0
/proc/16161/task/16168/stat : 16168 (java) S 16160 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20863812 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16161/tid=16169] ppid=16160 vsize=864768 CPUtime=0
/proc/16161/task/16169/stat : 16169 (java) S 16160 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20863812 885522432 14425 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886992

[startup+3.10121 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 16169
/proc/meminfo: memFree=1794896/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.76
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1309 25404 0 1 5 1 256 14 15 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 16868

[startup+6.30273 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 16179
/proc/meminfo: memFree=1806160/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.77
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1309 25404 0 1 6 1 256 14 16 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16170] ppid=16157 vsize=5356 CPUtime=0
/proc/16170/stat : 16170 (sh) S 16157 16157 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20864085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16170/statm: 1339 233 193 169 0 50 0
[pid=16171] ppid=16170 vsize=869628 CPUtime=3.39
/proc/16171/stat : 16171 (java) S 16170 16157 15388 0 -1 0 23992 0 1 0 328 11 0 0 18 0 9 0 20864085 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16171/statm: 217407 21725 2566 9 0 211912 0
[pid=16171/tid=16172] ppid=16170 vsize=869628 CPUtime=1.82
/proc/16171/task/16172/stat : 16172 (java) R 16170 16157 15388 0 -1 64 3218 0 1 0 180 2 0 0 25 0 9 0 20864086 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16173] ppid=16170 vsize=869628 CPUtime=1.35
/proc/16171/task/16173/stat : 16173 (java) R 16170 16157 15388 0 -1 64 18555 0 0 0 128 7 0 0 16 0 9 0 20864087 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 104516081 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16174] ppid=16170 vsize=869628 CPUtime=0
/proc/16171/task/16174/stat : 16174 (java) S 16170 16157 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20864088 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16175] ppid=16170 vsize=869628 CPUtime=0
/proc/16171/task/16175/stat : 16175 (java) S 16170 16157 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20864088 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16176] ppid=16170 vsize=869628 CPUtime=0
/proc/16171/task/16176/stat : 16176 (java) S 16170 16157 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20864090 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16177] ppid=16170 vsize=869628 CPUtime=0.19
/proc/16171/task/16177/stat : 16177 (java) S 16170 16157 15388 0 -1 64 1516 0 0 0 18 1 0 0 16 0 9 0 20864090 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16178] ppid=16170 vsize=869628 CPUtime=0
/proc/16171/task/16178/stat : 16178 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20864090 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16179] ppid=16170 vsize=869628 CPUtime=0
/proc/16171/task/16179/stat : 16179 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20864090 890499072 21725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 891852

[startup+12.7018 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 16179
/proc/meminfo: memFree=1744656/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.77
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1310 25404 0 1 6 1 256 14 15 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16170] ppid=16157 vsize=5356 CPUtime=0
/proc/16170/stat : 16170 (sh) S 16157 16157 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20864085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16170/statm: 1339 233 193 169 0 50 0
[pid=16171] ppid=16170 vsize=868624 CPUtime=9.72
/proc/16171/stat : 16171 (java) S 16170 16157 15388 0 -1 0 34910 0 1 0 956 16 0 0 18 0 9 0 20864085 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16171/statm: 217156 32275 2566 9 0 211661 0
[pid=16171/tid=16172] ppid=16170 vsize=868624 CPUtime=7.21
/proc/16171/task/16172/stat : 16172 (java) R 16170 16157 15388 0 -1 64 3751 0 1 0 718 3 0 0 25 0 9 0 20864086 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4125952235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16173] ppid=16170 vsize=868624 CPUtime=2.29
/proc/16171/task/16173/stat : 16173 (java) S 16170 16157 15388 0 -1 64 28935 0 0 0 218 11 0 0 16 0 9 0 20864087 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16174] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16174/stat : 16174 (java) S 16170 16157 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20864088 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16175] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16175/stat : 16175 (java) S 16170 16157 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20864088 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16176] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16176/stat : 16176 (java) S 16170 16157 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20864090 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16177] ppid=16170 vsize=868624 CPUtime=0.2
/proc/16171/task/16177/stat : 16177 (java) S 16170 16157 15388 0 -1 64 1521 0 0 0 19 1 0 0 16 0 9 0 20864090 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16178] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16178/stat : 16178 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20864090 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16179] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16179/stat : 16179 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20864090 889470976 32275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890848

[startup+25.5028 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 16179
/proc/meminfo: memFree=1744656/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.77
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1310 25404 0 1 6 1 256 14 15 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16170] ppid=16157 vsize=5356 CPUtime=0
/proc/16170/stat : 16170 (sh) S 16157 16157 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20864085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16170/statm: 1339 233 193 169 0 50 0
[pid=16171] ppid=16170 vsize=868624 CPUtime=22.39
/proc/16171/stat : 16171 (java) S 16170 16157 15388 0 -1 0 35175 0 1 0 2220 19 0 0 18 0 9 0 20864085 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16171/statm: 217156 32277 2566 9 0 211661 0
[pid=16171/tid=16172] ppid=16170 vsize=868624 CPUtime=19.71
/proc/16171/task/16172/stat : 16172 (java) R 16170 16157 15388 0 -1 64 4014 0 1 0 1967 4 0 0 25 0 9 0 20864086 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4126974337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16173] ppid=16170 vsize=868624 CPUtime=2.46
/proc/16171/task/16173/stat : 16173 (java) S 16170 16157 15388 0 -1 64 28937 0 0 0 233 13 0 0 16 0 9 0 20864087 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16174] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16174/stat : 16174 (java) S 16170 16157 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20864088 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16175] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16175/stat : 16175 (java) S 16170 16157 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20864088 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16176] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16176/stat : 16176 (java) S 16170 16157 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20864090 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16177] ppid=16170 vsize=868624 CPUtime=0.2
/proc/16171/task/16177/stat : 16177 (java) S 16170 16157 15388 0 -1 64 1521 0 0 0 19 1 0 0 16 0 9 0 20864090 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16178] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16178/stat : 16178 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20864090 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16179] ppid=16170 vsize=868624 CPUtime=0
/proc/16171/task/16179/stat : 16179 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20864090 889470976 32277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890848

[startup+51.103 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 16179
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.77
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1310 25404 0 1 6 1 256 14 15 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16170] ppid=16157 vsize=5356 CPUtime=0
/proc/16170/stat : 16170 (sh) S 16157 16157 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20864085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16170/statm: 1339 233 193 169 0 50 0
[pid=16171] ppid=16170 vsize=868624 CPUtime=47.76
/proc/16171/stat : 16171 (java) S 16170 16157 15388 0 -1 0 35705 0 1 0 4751 25 0 0 18 0 9 0 20864085 889470976 32281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16171/statm: 217156 32281 2566 9 0 211661 0

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

Current children cumulated CPU time (s) 1646.9
Current children cumulated vsize (KiB) 890848

[startup+1722.3 s]
/proc/loadavg: 2.25 2.05 2.01 3/92 16310
/proc/meminfo: memFree=924032/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=2.77
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1310 25404 0 1 6 1 256 14 15 0 1 0 20863798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1111 409 3 0 796 0
[pid=16170] ppid=16157 vsize=5356 CPUtime=0
/proc/16170/stat : 16170 (sh) S 16157 16157 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20864085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16170/statm: 1339 233 193 169 0 50 0
[pid=16171] ppid=16170 vsize=868736 CPUtime=1702.82
/proc/16171/stat : 16171 (java) S 16170 16157 15388 0 -1 0 81964 0 1 0 169553 729 0 0 18 0 9 0 20864085 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16171/statm: 217184 37859 2591 9 0 211661 0
[pid=16171/tid=16172] ppid=16170 vsize=868736 CPUtime=1680.59
/proc/16171/task/16172/stat : 16172 (java) R 16170 16157 15388 0 -1 64 31964 0 1 0 167534 525 0 0 25 0 9 0 20864086 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4127055326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16173] ppid=16170 vsize=868736 CPUtime=21.95
/proc/16171/task/16173/stat : 16173 (java) S 16170 16157 15388 0 -1 64 47734 0 0 0 1993 202 0 0 16 0 9 0 20864087 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16174] ppid=16170 vsize=868736 CPUtime=0
/proc/16171/task/16174/stat : 16174 (java) S 16170 16157 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20864088 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16171/tid=16175] ppid=16170 vsize=868736 CPUtime=0
/proc/16171/task/16175/stat : 16175 (java) S 16170 16157 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20864088 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16171/tid=16176] ppid=16170 vsize=868736 CPUtime=0
/proc/16171/task/16176/stat : 16176 (java) S 16170 16157 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20864090 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16177] ppid=16170 vsize=868736 CPUtime=0.26
/proc/16171/task/16177/stat : 16177 (java) S 16170 16157 15388 0 -1 64 1563 0 0 0 25 1 0 0 16 0 9 0 20864090 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16171/tid=16178] ppid=16170 vsize=868736 CPUtime=0
/proc/16171/task/16178/stat : 16178 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20864090 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16171/tid=16179] ppid=16170 vsize=868736 CPUtime=0
/proc/16171/task/16179/stat : 16179 (java) S 16170 16157 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20864090 889585664 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.59
Current children cumulated vsize (KiB) 890960



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1740.1 s]
/proc/loadavg: 2.24 2.06 2.01 3/84 16312
/proc/meminfo: memFree=20544/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1376 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16157 16157 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21037226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 232 193 169 0 50 0
[pid=16312] ppid=16311 vsize=971104 CPUtime=5.74
/proc/16312/stat : 16312 (minisat) R 16311 16157 15388 0 -1 4195840 218091 0 0 0 455 119 0 0 25 0 1 0 21037226 994410496 218073 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/16312/statm: 242776 218073 62 150 0 242623 0
Current children cumulated CPU time (s) 1723.02
Current children cumulated vsize (KiB) 993328

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

############
# WARNING:
# current cumulated CPU time (1717.28 s) is less than in the last sample (1723.8 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (6.52002 s) to the 'lost time'.

[startup+1741.1 s]
/proc/loadavg: 2.24 2.06 2.01 3/84 16312
/proc/meminfo: memFree=20544/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
[pid=16312] ppid=1 vsize=971104 CPUtime=6.52
/proc/16312/stat : 16312 (minisat) R 1 16157 15388 0 -1 4197888 218091 0 0 0 455 197 0 0 25 0 1 0 21037226 994410496 218073 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/16312/statm: 242776 218073 62 150 0 242623 0
Current children cumulated CPU time (s) 1723.8
Current children cumulated vsize (KiB) 987972

[startup+1741.2 s]
/proc/loadavg: 2.24 2.06 2.01 2/85 16313
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16157

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

[startup+1740.6 s]
/proc/loadavg: 2.24 2.06 2.01 3/84 16312
/proc/meminfo: memFree=20544/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
[pid=16312] ppid=1 vsize=971104 CPUtime=6.11
/proc/16312/stat : 16312 (minisat) R 1 16157 15388 0 -1 4195840 218091 0 0 0 455 156 0 0 25 0 1 0 21037226 994410496 218073 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/16312/statm: 242776 218073 62 150 0 242623 0
Current children cumulated CPU time (s) 1723.39
Current children cumulated vsize (KiB) 987972

[startup+1741.4 s]
/proc/loadavg: 2.24 2.06 2.01 2/85 16313
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 16868

[startup+1741.8 s]
/proc/loadavg: 2.24 2.06 2.01 2/85 16313
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 16868

[startup+1742 s]
/proc/loadavg: 2.24 2.06 2.01 2/85 16313
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 16868

[startup+1742.1 s]
/proc/loadavg: 2.24 2.06 2.01 2/85 16313
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16157] ppid=16155 vsize=16868 CPUtime=1717.28
/proc/16157/stat : 16157 (sugar) S 16155 16157 15388 0 -1 4194304 1398 107976 0 2 9 1 170884 834 16 0 1 0 20863798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16157/statm: 4217 1113 409 3 0 796 0
[pid=16311] ppid=16157 vsize=0 CPUtime=0
/proc/16311/stat : 16311 (sh) Z 16157 16157 15388 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21037226 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 6.52002
#  lost CPU user time (s): 4.55005
#  lost CPU system time (s): 1.97

Real time (s): 1742.13
CPU time (s): 1723.82
CPU user time (s): 1713.49
CPU system time (s): 10.3337
CPU usage (%): 98.9489
Max. virtual memory (cumulated for all children) (KiB): 993328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1708.94
system time used= 8.36373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109374
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= 287000
involuntary context switches= 316976

runsolver used 1.66675 second user time and 6.38903 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 20:46:02
IDJOB=2065153
IDBENCH=54311
IDSOLVER=739
FILE ID=node3/2065153-1247337962
PBS_JOBID= 9506734
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-13-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065153-1247337962/watcher-2065153-1247337962 -o /tmp/evaluation-result-2065153-1247337962/solver-2065153-1247337962 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065153-1247337962.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fe19cf8ed6a3db0dbc49a8d73f628b94
RANDOM SEED=817964143

node3.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.259
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.259
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:       1869768 kB
Buffers:         17900 kB
Cached:          79400 kB
SwapCached:        144 kB
Active:          96156 kB
Inactive:        34844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7576 kB
Writeback:           0 kB
Mapped:          45180 kB
Slab:            40520 kB
Committed_AS:   160284 kB
PageTables:       1728 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= 65160 MiB
End job on node3 at 2009-07-11 21:15:04