Trace number 2066715

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+minisatSAT 48.0087 48.3466

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32e4.xml
MD5SUM7051e69945a148d4ef8d83de9b35045e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21481
Satisfiable
(Un)Satisfiability was proved
Number of variables774
Number of constraints7493
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7493
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 22:18:01 2009
0.00/0.08	c 0	PID 16167
0.07/0.08	c 0	HOST node16.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066715-1247343480.xml TO HOME/temp.csp
0.07/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-2066715-1247343480.xml' 'HOME/temp.csp'
0.07/0.99	c 0	1 domains, 774 variables, 4 predicates, 0 relations, 7493 constraints
0.96/1.02	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.02	c 0	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'
0.96/1.10	c 1	Parsing HOME/temp.csp
0.98/1.40	c 1	parsed 8272 expressions
0.98/1.40	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.41	c 1	Converting to clausal form CSP
0.98/1.46	c 1	converted 828 (10%) expressions
0.98/1.63	c 1	converted 1655 (20%) expressions
0.98/1.70	c 1	converted 2482 (30%) expressions
0.98/1.71	c 1	converted 3309 (40%) expressions
0.98/1.73	c 1	converted 4136 (50%) expressions
0.98/1.75	c 1	converted 4964 (60%) expressions
0.98/1.76	c 1	converted 5791 (70%) expressions
0.98/1.78	c 1	converted 6618 (80%) expressions
0.98/1.79	c 1	converted 7445 (90%) expressions
2.53/2.68	c 2	converted 8272 (100%) expressions
2.53/2.68	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.53/2.68	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.68	c 2	Propagation in CSP
2.73/2.87	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.73/2.87	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.73/2.87	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.73/2.89	c 2	Simplifing CSP by introducing new Boolean variables
2.83/2.90	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.83/2.90	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.83/2.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.83/3.00	c 2	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.93/3.01	c 2	1142 (20%) CSP integer variables are encoded (2468 clauses, 31757 bytes)
2.93/3.02	c 2	1713 (30%) CSP integer variables are encoded (6303 clauses, 81612 bytes)
2.93/3.03	c 2	2284 (40%) CSP integer variables are encoded (10133 clauses, 135611 bytes)
2.93/3.03	c 2	2855 (50%) CSP integer variables are encoded (13968 clauses, 193136 bytes)
2.93/3.04	c 3	3426 (60%) CSP integer variables are encoded (17804 clauses, 250676 bytes)
2.93/3.04	c 3	3997 (70%) CSP integer variables are encoded (21639 clauses, 308201 bytes)
2.93/3.05	c 3	4568 (80%) CSP integer variables are encoded (25474 clauses, 365726 bytes)
2.93/3.06	c 3	5139 (90%) CSP integer variables are encoded (29305 clauses, 423191 bytes)
2.93/3.06	c 3	5709 (100%) CSP integer variables are encoded (33135 clauses, 480641 bytes)
3.03/3.11	c 3	1737 (10%) CSP clauses are encoded (34872 clauses, 499433 bytes)
3.03/3.13	c 3	3473 (20%) CSP clauses are encoded (36608 clauses, 520163 bytes)
3.03/3.14	c 3	5209 (30%) CSP clauses are encoded (38344 clauses, 540893 bytes)
3.52/3.66	c 3	6946 (40%) CSP clauses are encoded (66189 clauses, 1178586 bytes)
9.39/9.57	c 9	8682 (50%) CSP clauses are encoded (366073 clauses, 8483757 bytes)
15.36/15.50	c 15	10418 (60%) CSP clauses are encoded (665977 clauses, 15954614 bytes)
21.24/21.49	c 21	12155 (70%) CSP clauses are encoded (964022 clauses, 24570591 bytes)
27.30/27.52	c 27	13891 (80%) CSP clauses are encoded (1263970 clauses, 33247192 bytes)
33.27/33.52	c 33	15627 (90%) CSP clauses are encoded (1563854 clauses, 41922241 bytes)
39.23/39.51	c 39	17363 (100%) CSP clauses are encoded (1863758 clauses, 50597663 bytes)
39.23/39.51	c 39	17363 CSP clauses encoded
39.23/39.51	c 39	Writing map file : HOME/temp.map
39.23/39.52	c 39	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.23/39.52	c 39	SAT : 38844 SAT variables, 1863758 SAT clauses, 50597663 bytes
39.23/39.52	c 39	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.23/39.55	c 39	SOLVING HOME/temp.cnf
39.23/39.55	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.23/39.55	c 39	This is MiniSat 2.0 beta
39.23/39.55	c 39	WARNING: for repeatability, setting FPU to use double precision
39.23/39.55	c 39	============================[ Problem Statistics ]=============================
39.23/39.55	c 39	|                                                                             |
39.23/39.55	c 39	|  Number of variables:  38844                                                |
39.23/39.55	c 39	|  Number of clauses:    1863758                                              |
40.41/40.75	c 40	|  Parsing time:         1.05         s                                       |
40.50/40.83	c 40	============================[ Search Statistics ]==============================
40.50/40.83	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.50/40.83	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.50/40.83	c 40	===============================================================================
40.50/40.83	c 40	|         0 |   38844  1863758 10091616 |   621252        0    nan |  0.000 % |
41.10/41.40	c 41	|       100 |   38844  1863758 10091616 |   683377      100     11 |  0.000 % |
42.99/43.39	c 43	|       250 |   38844  1863758 10091616 |   751715      250     17 |  0.000 % |
45.68/46.04	c 45	|       475 |   38844  1863758 10091616 |   826887      473     18 |  1.053 % |
47.56/47.96	c 47	===============================================================================
47.56/47.96	c 47	restarts              : 4
47.56/47.96	c 47	conflicts             : 594            (73 /sec)
47.56/47.96	c 47	decisions             : 1481           (1.22 % random) (181 /sec)
47.56/47.96	c 47	propagations          : 2238072        (273210 /sec)
47.56/47.96	c 47	conflict literals     : 11023          (15.62 % deleted)
47.56/47.96	c 47	Memory used           : 106.50 MB
47.56/47.96	c 47	CPU time              : 8.19175 s
47.56/47.96	c 47	
47.56/47.98	c 47	SATISFIABLE
47.56/47.99	c 47	DECODING HOME/temp.out WITH HOME/temp.map
47.56/47.99	c 47	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.68/48.07	c 48	Decoding HOME/temp.out
47.68/48.23	s SATISFIABLE
47.68/48.26	v 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1
47.68/48.27	c 48	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.94/48.32	c 48	CPU 47.96 (0.05 0.03 47.06 0.82)
47.94/48.32	c 48	END Sat Jul 11 22:18:49 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066715-1247343480/watcher-2066715-1247343480 -o /tmp/evaluation-result-2066715-1247343480/solver-2066715-1247343480 -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-2066715-1247343480.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.92 1.98 1.99 4/80 16167
/proc/meminfo: memFree=1787568/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=18576 CPUtime=0
/proc/16167/stat : 16167 (runsolver) R 16165 16167 14554 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21414901 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16167/statm: 4644 284 249 26 0 2626 0

[startup+0.081644 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16167
/proc/meminfo: memFree=1787568/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16740 CPUtime=0.07
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21414901 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102091 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16167
/proc/meminfo: memFree=1787568/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.07
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301026 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16167
/proc/meminfo: memFree=1787568/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.07
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701917 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16167
/proc/meminfo: memFree=1787568/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.07
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50169 s]
/proc/loadavg: 1.92 1.98 1.99 2/91 16179
/proc/meminfo: memFree=1765720/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1309 8427 0 1 5 2 86 5 15 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10223 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 16189
/proc/meminfo: memFree=1764248/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1310 8427 0 1 5 2 86 5 15 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
[pid=16180] ppid=16167 vsize=5356 CPUtime=0
/proc/16180/stat : 16180 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1339 233 193 169 0 50 0
[pid=16181] ppid=16180 vsize=868720 CPUtime=2.05
/proc/16181/stat : 16181 (java) S 16180 16167 14554 0 -1 0 9946 0 1 0 198 7 0 0 18 0 9 0 21415005 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 217180 8875 2590 9 0 211657 0
[pid=16181/tid=16182] ppid=16180 vsize=868720 CPUtime=1.38
/proc/16181/task/16182/stat : 16182 (java) R 16180 16167 14554 0 -1 64 2968 0 1 0 136 2 0 0 25 0 9 0 21415005 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 103211686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16183] ppid=16180 vsize=868720 CPUtime=0.42
/proc/16181/task/16183/stat : 16183 (java) S 16180 16167 14554 0 -1 64 4771 0 0 0 40 2 0 0 16 0 9 0 21415007 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16184] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16180 16167 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16185] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16180 16167 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16186] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415009 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16187] ppid=16180 vsize=868720 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16180 16167 14554 0 -1 64 1508 0 0 0 22 1 0 0 16 0 9 0 21415009 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16180 16167 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415009 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16189] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415009 889569280 8875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890944

[startup+6.3023 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 16189
/proc/meminfo: memFree=1754904/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1310 8427 0 1 5 2 86 5 15 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
[pid=16180] ppid=16167 vsize=5356 CPUtime=0
/proc/16180/stat : 16180 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1339 233 193 169 0 50 0
[pid=16181] ppid=16180 vsize=868720 CPUtime=5.23
/proc/16181/stat : 16181 (java) S 16180 16167 14554 0 -1 0 10115 0 1 0 514 9 0 0 18 0 9 0 21415005 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 217180 8888 2590 9 0 211657 0
[pid=16181/tid=16182] ppid=16180 vsize=868720 CPUtime=4.5
/proc/16181/task/16182/stat : 16182 (java) R 16180 16167 14554 0 -1 64 3124 0 1 0 446 4 0 0 25 0 9 0 21415005 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4126967271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16183] ppid=16180 vsize=868720 CPUtime=0.47
/proc/16181/task/16183/stat : 16183 (java) S 16180 16167 14554 0 -1 64 4771 0 0 0 44 3 0 0 16 0 9 0 21415007 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16184] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16180 16167 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16185] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16180 16167 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16186] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415009 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16187] ppid=16180 vsize=868720 CPUtime=0.24
/proc/16181/task/16187/stat : 16187 (java) S 16180 16167 14554 0 -1 64 1521 0 0 0 23 1 0 0 16 0 9 0 21415009 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16180 16167 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415009 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16189] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415009 889569280 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890944

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 16189
/proc/meminfo: memFree=1746520/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1310 8427 0 1 5 2 86 5 16 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
[pid=16180] ppid=16167 vsize=5356 CPUtime=0
/proc/16180/stat : 16180 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1339 233 193 169 0 50 0
[pid=16181] ppid=16180 vsize=868720 CPUtime=11.6
/proc/16181/stat : 16181 (java) S 16180 16167 14554 0 -1 0 10421 0 1 0 1142 18 0 0 18 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 217180 8893 2590 9 0 211657 0
[pid=16181/tid=16182] ppid=16180 vsize=868720 CPUtime=10.74
/proc/16181/task/16182/stat : 16182 (java) R 16180 16167 14554 0 -1 64 3425 0 1 0 1064 10 0 0 25 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4126965377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16183] ppid=16180 vsize=868720 CPUtime=0.57
/proc/16181/task/16183/stat : 16183 (java) S 16180 16167 14554 0 -1 64 4771 0 0 0 52 5 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16184] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16180 16167 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16185] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16180 16167 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16186] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16187] ppid=16180 vsize=868720 CPUtime=0.25
/proc/16181/task/16187/stat : 16187 (java) S 16180 16167 14554 0 -1 64 1526 0 0 0 24 1 0 0 16 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16180 16167 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16189] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890944

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 16189
/proc/meminfo: memFree=1728472/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1310 8427 0 1 5 2 86 5 16 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
[pid=16180] ppid=16167 vsize=5356 CPUtime=0
/proc/16180/stat : 16180 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1339 233 193 169 0 50 0
[pid=16181] ppid=16180 vsize=868720 CPUtime=24.32
/proc/16181/stat : 16181 (java) S 16180 16167 14554 0 -1 0 11027 0 1 0 2398 34 0 0 18 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 217180 8893 2590 9 0 211657 0
[pid=16181/tid=16182] ppid=16180 vsize=868720 CPUtime=23.27
/proc/16181/task/16182/stat : 16182 (java) R 16180 16167 14554 0 -1 64 4031 0 1 0 2304 23 0 0 25 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4126988230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16183] ppid=16180 vsize=868720 CPUtime=0.78
/proc/16181/task/16183/stat : 16183 (java) S 16180 16167 14554 0 -1 64 4771 0 0 0 69 9 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16184] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16180 16167 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16185] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16180 16167 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16186] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16187] ppid=16180 vsize=868720 CPUtime=0.25
/proc/16181/task/16187/stat : 16187 (java) S 16180 16167 14554 0 -1 64 1526 0 0 0 24 1 0 0 16 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16180 16167 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16189] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 890944

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

[startup+38.3011 s]
/proc/loadavg: 1.95 1.98 1.99 4/91 16189
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=0.98
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1310 8427 0 1 5 2 86 5 16 0 1 0 21414901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1111 409 3 0 796 0
[pid=16180] ppid=16167 vsize=5356 CPUtime=0
/proc/16180/stat : 16180 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1339 233 193 169 0 50 0
[pid=16181] ppid=16180 vsize=868720 CPUtime=37.06
/proc/16181/stat : 16181 (java) S 16180 16167 14554 0 -1 0 11637 0 1 0 3655 51 0 0 18 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 217180 8893 2590 9 0 211657 0
[pid=16181/tid=16182] ppid=16180 vsize=868720 CPUtime=35.79
/proc/16181/task/16182/stat : 16182 (java) R 16180 16167 14554 0 -1 64 4641 0 1 0 3544 35 0 0 25 0 9 0 21415005 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4126988253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16183] ppid=16180 vsize=868720 CPUtime=0.99
/proc/16181/task/16183/stat : 16183 (java) S 16180 16167 14554 0 -1 64 4771 0 0 0 86 13 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16184] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16180 16167 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16185] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16180 16167 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415007 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16186] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16187] ppid=16180 vsize=868720 CPUtime=0.25
/proc/16181/task/16187/stat : 16187 (java) S 16180 16167 14554 0 -1 64 1526 0 0 0 24 1 0 0 16 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16180 16167 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16181/tid=16189] ppid=16180 vsize=868720 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16180 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415009 889569280 8893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.04
Current children cumulated vsize (KiB) 890944

[startup+44.7023 s]
/proc/loadavg: 1.96 1.98 1.99 4/83 16191
/proc/meminfo: memFree=1630872/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=39.27
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1376 20429 0 2 5 2 3862 58 16 0 1 0 21414901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1113 409 3 0 796 0
[pid=16190] ppid=16167 vsize=5356 CPUtime=0
/proc/16190/stat : 16190 (sh) S 16167 16167 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21418857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16190/statm: 1339 232 193 169 0 50 0
[pid=16191] ppid=16190 vsize=107680 CPUtime=5.11
/proc/16191/stat : 16191 (minisat) R 16190 16167 14554 0 -1 4194304 25800 0 0 0 494 17 0 0 25 0 1 0 21418857 110264320 25786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16191/statm: 26920 25786 75 150 0 26767 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 129904

[startup+46.3028 s]
/proc/loadavg: 1.96 1.98 1.99 5/83 16191
/proc/meminfo: memFree=1630104/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=39.27
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1376 20429 0 2 5 2 3862 58 16 0 1 0 21414901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1113 409 3 0 796 0
[pid=16190] ppid=16167 vsize=5356 CPUtime=0
/proc/16190/stat : 16190 (sh) S 16167 16167 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21418857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16190/statm: 1339 232 193 169 0 50 0
[pid=16191] ppid=16190 vsize=108512 CPUtime=6.7
/proc/16191/stat : 16191 (minisat) R 16190 16167 14554 0 -1 4194304 25968 0 0 0 653 17 0 0 25 0 1 0 21418857 111116288 25954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16191/statm: 27128 25954 75 150 0 26975 0
Current children cumulated CPU time (s) 45.97
Current children cumulated vsize (KiB) 130736

[startup+47.1016 s]
/proc/loadavg: 1.96 1.98 1.99 5/83 16191
/proc/meminfo: memFree=1630104/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=39.27
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1376 20429 0 2 5 2 3862 58 16 0 1 0 21414901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1113 409 3 0 796 0
[pid=16190] ppid=16167 vsize=5356 CPUtime=0
/proc/16190/stat : 16190 (sh) S 16167 16167 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21418857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16190/statm: 1339 232 193 169 0 50 0
[pid=16191] ppid=16190 vsize=108512 CPUtime=7.5
/proc/16191/stat : 16191 (minisat) R 16190 16167 14554 0 -1 4194304 26003 0 0 0 733 17 0 0 25 0 1 0 21418857 111116288 25989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16191/statm: 27128 25989 75 150 0 26975 0
Current children cumulated CPU time (s) 46.77
Current children cumulated vsize (KiB) 130736

[startup+47.9013 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 16191
/proc/meminfo: memFree=1629848/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=39.27
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1376 20429 0 2 5 2 3862 58 16 0 1 0 21414901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1113 409 3 0 796 0
[pid=16190] ppid=16167 vsize=5356 CPUtime=0
/proc/16190/stat : 16190 (sh) S 16167 16167 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21418857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16190/statm: 1339 232 193 169 0 50 0
[pid=16191] ppid=16190 vsize=109052 CPUtime=8.29
/proc/16191/stat : 16191 (minisat) R 16190 16167 14554 0 -1 4194304 26081 0 0 0 812 17 0 0 25 0 1 0 21418857 111669248 26067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16191/statm: 27263 26067 75 150 0 27110 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 131276

[startup+48.3012 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 16201
/proc/meminfo: memFree=1727640/2055920 swapFree=4192812/4192956
[pid=16167] ppid=16165 vsize=16868 CPUtime=47.69
/proc/16167/stat : 16167 (sugar) S 16165 16167 14554 0 -1 4194304 1450 46806 0 2 5 3 4682 79 15 0 1 0 21414901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16167/statm: 4217 1113 409 3 0 796 0
[pid=16192] ppid=16167 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (sh) S 16167 16167 14554 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21419701 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16192/statm: 1339 233 193 169 0 50 0
[pid=16193] ppid=16192 vsize=864120 CPUtime=0.25
/proc/16193/stat : 16193 (java) S 16192 16167 14554 0 -1 0 3646 0 1 0 23 2 0 0 18 0 9 0 21419702 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16193/statm: 216030 3111 1716 9 0 210535 0
[pid=16193/tid=16194] ppid=16192 vsize=864120 CPUtime=0.18
/proc/16193/task/16194/stat : 16194 (java) S 16192 16167 14554 0 -1 64 2563 0 1 0 17 1 0 0 21 0 9 0 21419703 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16195] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16195/stat : 16195 (java) S 16192 16167 14554 0 -1 64 68 0 0 0 0 0 0 0 16 0 9 0 21419704 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16196] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16196/stat : 16196 (java) S 16192 16167 14554 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21419704 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16197] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16197/stat : 16197 (java) S 16192 16167 14554 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21419704 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16198] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16198/stat : 16198 (java) S 16192 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419706 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16199] ppid=16192 vsize=864120 CPUtime=0.05
/proc/16193/task/16199/stat : 16199 (java) S 16192 16167 14554 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 21419706 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16200] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16200/stat : 16200 (java) S 16192 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21419706 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16193/tid=16201] ppid=16192 vsize=864120 CPUtime=0
/proc/16193/task/16201/stat : 16201 (java) S 16192 16167 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21419706 884858880 3111 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.94
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 48.3466
CPU time (s): 48.0087
CPU user time (s): 47.1258
CPU system time (s): 0.882865
CPU usage (%): 99.3012
Max. virtual memory (cumulated for all children) (KiB): 890944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.1258
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52279
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20243
involuntary context switches= 20823

runsolver used 0.068989 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 22:18:00
IDJOB=2066715
IDBENCH=54561
IDSOLVER=739
FILE ID=node16/2066715-1247343480
PBS_JOBID= 9506694
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32e4.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-2066715-1247343480/watcher-2066715-1247343480 -o /tmp/evaluation-result-2066715-1247343480/solver-2066715-1247343480 -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-2066715-1247343480.xml

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

MD5SUM BENCH= 7051e69945a148d4ef8d83de9b35045e
RANDOM SEED=465120454

node16.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.231
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.231
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:       1788048 kB
Buffers:         27576 kB
Cached:          94212 kB
SwapCached:          0 kB
Active:         177216 kB
Inactive:        40964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:         114228 kB
Slab:            34896 kB
Committed_AS:   882512 kB
PageTables:       2020 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= 66448 MiB
End job on node16 at 2009-07-11 22:18:49