Trace number 2069927

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+minisatUNSAT 46.6369 47.5699

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-14_ext.xml
MD5SUM71043e558b97d1038b2e45a8033f05ba
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.26	c 0	BEGIN Sun Jul 12 00:21:51 2009
0.03/0.26	c 0	PID 20574
0.03/0.27	c 0	HOST node44.alineos.net
0.03/0.27	c 0	CONVERTING HOME/instance-2069927-1247350910.xml TO HOME/temp.csp
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069927-1247350910.xml' 'HOME/temp.csp'
0.07/0.52	c 0	1 domains, 196 variables, 0 predicates, 1 relations, 28 constraints
0.07/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	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.29/0.64	c 0	Parsing HOME/temp.csp
0.29/0.69	c 0	parsed 226 expressions
0.29/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.70	c 0	Converting to clausal form CSP
0.29/0.72	c 0	converted 23 (10%) expressions
0.29/0.72	c 0	converted 46 (20%) expressions
0.29/0.72	c 0	converted 68 (30%) expressions
0.29/0.73	c 0	converted 91 (40%) expressions
0.29/0.73	c 0	converted 113 (50%) expressions
0.29/0.73	c 0	converted 136 (60%) expressions
0.29/0.73	c 0	converted 159 (70%) expressions
0.29/0.73	c 0	converted 181 (80%) expressions
0.29/0.81	c 0	converted 204 (90%) expressions
0.81/1.19	c 1	converted 226 (100%) expressions
0.81/1.19	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.81/1.19	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.19	c 1	Propagation in CSP
0.81/1.19	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.81/1.19	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.81/1.19	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.81/1.19	c 1	Simplifing CSP by introducing new Boolean variables
0.81/1.20	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.81/1.20	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.30	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.32	c 1	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.01/1.32	c 1	40 (20%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.01/1.32	c 1	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.01/1.33	c 1	79 (40%) CSP integer variables are encoded (1896 clauses, 22585 bytes)
1.01/1.33	c 1	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.01/1.33	c 1	118 (60%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
1.01/1.33	c 1	138 (70%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
1.01/1.33	c 1	157 (80%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
1.01/1.33	c 1	177 (90%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.01/1.33	c 1	196 (100%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
4.35/4.74	c 4	3 (10%) CSP clauses are encoded (46899 clauses, 3414562 bytes)
7.80/8.23	c 8	6 (20%) CSP clauses are encoded (89094 clauses, 7053418 bytes)
11.06/11.57	c 11	9 (30%) CSP clauses are encoded (131289 clauses, 10745152 bytes)
14.51/15.03	c 14	12 (40%) CSP clauses are encoded (173484 clauses, 14436886 bytes)
16.67/17.25	c 17	14 (50%) CSP clauses are encoded (201614 clauses, 16924745 bytes)
20.04/20.66	c 20	17 (60%) CSP clauses are encoded (243809 clauses, 20343745 bytes)
23.29/23.98	c 23	20 (70%) CSP clauses are encoded (286004 clauses, 24275764 bytes)
26.72/27.48	c 27	23 (80%) CSP clauses are encoded (328199 clauses, 28207783 bytes)
30.07/30.84	c 30	26 (90%) CSP clauses are encoded (370394 clauses, 32139802 bytes)
32.23/33.06	c 32	28 (100%) CSP clauses are encoded (398524 clauses, 34761148 bytes)
32.23/33.06	c 32	28 CSP clauses encoded
32.23/33.06	c 32	Writing map file : HOME/temp.map
32.23/33.07	c 32	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.23/33.07	c 32	SAT : 4900 SAT variables, 398524 SAT clauses, 34761148 bytes
32.23/33.07	c 32	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.32/33.10	c 32	SOLVING HOME/temp.cnf
32.32/33.10	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.32/33.11	c 32	This is MiniSat 2.0 beta
32.32/33.11	c 32	WARNING: for repeatability, setting FPU to use double precision
32.32/33.11	c 32	============================[ Problem Statistics ]=============================
32.32/33.11	c 32	|                                                                             |
32.32/33.11	c 32	|  Number of variables:  4900                                                 |
32.32/33.11	c 32	|  Number of clauses:    398524                                               |
32.32/33.84	c 33	|  Parsing time:         0.65         s                                       |
32.32/33.90	c 33	============================[ Search Statistics ]==============================
32.32/33.90	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.32/33.90	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.32/33.90	c 33	===============================================================================
32.32/33.90	c 33	|         0 |    4819   395111  6446656 |   131703        0    nan |  0.000 % |
32.32/33.92	c 33	|       101 |    4818   395111  6446656 |   144874      100      4 |  1.673 % |
32.32/33.94	c 33	|       251 |    4817   395111  6446656 |   159361      249      6 |  1.694 % |
32.32/33.96	c 33	|       476 |    4817   395111  6446656 |   175297      474      7 |  1.694 % |
32.32/33.99	c 33	|       813 |    4816   395111  6446656 |   192827      810      7 |  1.714 % |
33.19/34.03	c 33	|      1320 |    4816   395111  6446656 |   212110     1317      7 |  1.714 % |
33.19/34.08	c 33	|      2080 |    4816   395111  6446656 |   233321     2077      8 |  1.714 % |
33.29/34.17	c 34	|      3221 |    4815   395111  6446656 |   256653     3217      8 |  1.735 % |
33.48/34.30	c 34	|      4930 |    4815   395111  6446656 |   282318     4926      9 |  1.735 % |
33.68/34.55	c 34	|      7492 |    4815   395111  6446656 |   310550     7488      9 |  1.735 % |
34.18/35.08	c 34	|     11337 |    4814   395111  6446656 |   341605    11332     10 |  1.755 % |
34.77/35.67	c 35	|     17104 |    4813   395111  6446656 |   375765    17098     10 |  1.776 % |
35.76/36.66	c 36	|     25753 |    4813   395111  6446656 |   413342    25747     10 |  1.776 % |
37.84/38.78	c 38	|     38728 |    4813   395111  6446656 |   454676    38722     10 |  1.776 % |
46.36/47.36	c 47	===============================================================================
46.36/47.36	c 47	restarts              : 14
46.36/47.36	c 47	conflicts             : 49362          (3525 /sec)
46.36/47.36	c 47	decisions             : 70848          (1.81 % random) (5060 /sec)
46.36/47.36	c 47	propagations          : 2605144        (186044 /sec)
46.36/47.36	c 47	conflict literals     : 504887         (29.10 % deleted)
46.36/47.36	c 47	Memory used           : 47.40 MB
46.36/47.36	c 47	CPU time              : 14.0029 s
46.36/47.36	c 47	
46.36/47.36	c 47	UNSATISFIABLE
46.36/47.37	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.36/47.37	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'
46.45/47.45	c 47	Decoding HOME/temp.out
46.45/47.49	s UNSATISFIABLE
46.45/47.50	c 47	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.45/47.55	c 47	CPU 46.59 (0.06 0.02 45.89 0.62)
46.45/47.55	c 47	END Sun Jul 12 00:22:38 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069927-1247350910/watcher-2069927-1247350910 -o /tmp/evaluation-result-2069927-1247350910/solver-2069927-1247350910 -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-2069927-1247350910.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.58 1.90 2.10 3/74 20574
/proc/meminfo: memFree=1384648/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=18576 CPUtime=0
/proc/20574/stat : 20574 (runsolver) R 20572 20574 20344 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 22154905 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20574/statm: 4644 285 249 26 0 2626 0

[startup+0.0422959 s]
/proc/loadavg: 1.58 1.90 2.10 3/74 20574
/proc/meminfo: memFree=1384648/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=2504 CPUtime=0
/proc/20574/stat : 20574 (sugar) D 20572 20574 20344 0 -1 4194304 37 0 1 0 0 0 0 0 22 0 1 0 22154905 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 264837858000 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20574/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101304 s]
/proc/loadavg: 1.58 1.90 2.10 3/74 20574
/proc/meminfo: memFree=1384648/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=12272 CPUtime=0
/proc/20574/stat : 20574 (sugar) D 20572 20574 20344 0 -1 4194304 358 0 4 0 0 0 0 0 18 0 1 0 22154905 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20574/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301332 s]
/proc/loadavg: 1.58 1.90 2.10 3/74 20574
/proc/meminfo: memFree=1384648/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.07
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70137 s]
/proc/loadavg: 1.58 1.90 2.10 3/74 20574
/proc/meminfo: memFree=1384648/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1303 4350 6 1 5 2 19 3 16 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 1.58 1.90 2.10 4/85 20596
/proc/meminfo: memFree=1362480/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1304 4350 6 1 5 2 19 3 15 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
[pid=20587] ppid=20574 vsize=5356 CPUtime=0
/proc/20587/stat : 20587 (sh) S 20574 20574 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20587/statm: 1339 233 193 169 0 50 0
[pid=20588] ppid=20587 vsize=864392 CPUtime=0.91
/proc/20588/stat : 20588 (java) S 20587 20574 20344 0 -1 0 9972 0 3 0 86 5 0 0 18 0 9 0 22154962 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20588/statm: 216098 9199 2590 9 0 210575 0
[pid=20588/tid=20589] ppid=20587 vsize=864392 CPUtime=0.41
/proc/20588/task/20589/stat : 20589 (java) R 20587 20574 20344 0 -1 64 2869 0 3 0 40 1 0 0 22 0 9 0 22154962 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20590] ppid=20587 vsize=864392 CPUtime=0.4
/proc/20588/task/20590/stat : 20590 (java) S 20587 20574 20344 0 -1 64 6089 0 0 0 38 2 0 0 16 0 9 0 22154964 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20591] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20591/stat : 20591 (java) S 20587 20574 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154964 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20592] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20592/stat : 20592 (java) S 20587 20574 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154964 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20593] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20593/stat : 20593 (java) S 20587 20574 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154966 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20594] ppid=20587 vsize=864392 CPUtime=0.05
/proc/20588/task/20594/stat : 20594 (java) S 20587 20574 20344 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22154966 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20595] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20595/stat : 20595 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154966 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20596] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20596/stat : 20596 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154966 885137408 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 886616

[startup+3.10162 s]
/proc/loadavg: 1.58 1.90 2.10 4/85 20596
/proc/meminfo: memFree=1351664/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1304 4350 6 1 5 2 19 3 15 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
[pid=20587] ppid=20574 vsize=5356 CPUtime=0
/proc/20587/stat : 20587 (sh) S 20574 20574 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20587/statm: 1339 233 193 169 0 50 0
[pid=20588] ppid=20587 vsize=864392 CPUtime=2.49
/proc/20588/stat : 20588 (java) S 20587 20574 20344 0 -1 0 11003 0 3 0 242 7 0 0 18 0 9 0 22154962 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20588/statm: 216098 10164 2590 9 0 210575 0
[pid=20588/tid=20589] ppid=20587 vsize=864392 CPUtime=1.92
/proc/20588/task/20589/stat : 20589 (java) R 20587 20574 20344 0 -1 64 2935 0 3 0 190 2 0 0 25 0 9 0 22154962 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20590] ppid=20587 vsize=864392 CPUtime=0.48
/proc/20588/task/20590/stat : 20590 (java) S 20587 20574 20344 0 -1 64 7050 0 0 0 44 4 0 0 16 0 9 0 22154964 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20591] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20591/stat : 20591 (java) S 20587 20574 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154964 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20592] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20592/stat : 20592 (java) S 20587 20574 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154964 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20593] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20593/stat : 20593 (java) S 20587 20574 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154966 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20594] ppid=20587 vsize=864392 CPUtime=0.06
/proc/20588/task/20594/stat : 20594 (java) S 20587 20574 20344 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22154966 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20595] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20595/stat : 20595 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154966 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20596] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20596/stat : 20596 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154966 885137408 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 886616

[startup+6.30295 s]
/proc/loadavg: 1.61 1.90 2.09 4/85 20596
/proc/meminfo: memFree=1340400/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1304 4350 6 1 5 2 19 3 16 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
[pid=20587] ppid=20574 vsize=5356 CPUtime=0
/proc/20587/stat : 20587 (sh) S 20574 20574 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20587/statm: 1339 233 193 169 0 50 0
[pid=20588] ppid=20587 vsize=864392 CPUtime=5.65
/proc/20588/stat : 20588 (java) S 20587 20574 20344 0 -1 0 12920 0 3 0 554 11 0 0 18 0 9 0 22154962 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20588/statm: 216098 11934 2590 9 0 210575 0
[pid=20588/tid=20589] ppid=20587 vsize=864392 CPUtime=4.94
/proc/20588/task/20589/stat : 20589 (java) R 20587 20574 20344 0 -1 64 3082 0 3 0 490 4 0 0 25 0 9 0 22154962 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4126473784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20590] ppid=20587 vsize=864392 CPUtime=0.62
/proc/20588/task/20590/stat : 20590 (java) S 20587 20574 20344 0 -1 64 8819 0 0 0 56 6 0 0 16 0 9 0 22154964 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20591] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20591/stat : 20591 (java) S 20587 20574 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154964 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20592] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20592/stat : 20592 (java) S 20587 20574 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154964 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20593] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20593/stat : 20593 (java) S 20587 20574 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154966 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20594] ppid=20587 vsize=864392 CPUtime=0.06
/proc/20588/task/20594/stat : 20594 (java) S 20587 20574 20344 0 -1 64 321 0 0 0 6 0 0 0 16 0 9 0 22154966 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20595] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20595/stat : 20595 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154966 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20596] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20596/stat : 20596 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154966 885137408 11934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 886616

[startup+12.7016 s]
/proc/loadavg: 1.64 1.90 2.09 3/85 20596
/proc/meminfo: memFree=1328368/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1304 4350 6 1 5 2 19 3 16 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
[pid=20587] ppid=20574 vsize=5356 CPUtime=0
/proc/20587/stat : 20587 (sh) S 20574 20574 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20587/statm: 1339 233 193 169 0 50 0
[pid=20588] ppid=20587 vsize=864392 CPUtime=11.96
/proc/20588/stat : 20588 (java) S 20587 20574 20344 0 -1 0 15537 0 3 0 1177 19 0 0 18 0 9 0 22154962 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20588/statm: 216098 13041 2590 9 0 210575 0
[pid=20588/tid=20589] ppid=20587 vsize=864392 CPUtime=10.83
/proc/20588/task/20589/stat : 20589 (java) R 20587 20574 20344 0 -1 64 3355 0 3 0 1074 9 0 0 25 0 9 0 22154962 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4126485431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20590] ppid=20587 vsize=864392 CPUtime=1.02
/proc/20588/task/20590/stat : 20590 (java) S 20587 20574 20344 0 -1 64 11159 0 0 0 94 8 0 0 16 0 9 0 22154964 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20591] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20591/stat : 20591 (java) S 20587 20574 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154964 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20592] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20592/stat : 20592 (java) S 20587 20574 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154964 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20593] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20593/stat : 20593 (java) S 20587 20574 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154966 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20594] ppid=20587 vsize=864392 CPUtime=0.07
/proc/20588/task/20594/stat : 20594 (java) S 20587 20574 20344 0 -1 64 325 0 0 0 7 0 0 0 17 0 9 0 22154966 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20595] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20595/stat : 20595 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154966 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20596] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20596/stat : 20596 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154966 885137408 13041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 886616

[startup+25.5029 s]
/proc/loadavg: 1.72 1.90 2.09 4/85 20596
/proc/meminfo: memFree=1312112/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=0.29
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1304 4350 6 1 5 2 19 3 16 0 1 0 22154905 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1111 409 3 0 796 0
[pid=20587] ppid=20574 vsize=5356 CPUtime=0
/proc/20587/stat : 20587 (sh) S 20574 20574 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20587/statm: 1339 233 193 169 0 50 0
[pid=20588] ppid=20587 vsize=864392 CPUtime=24.54
/proc/20588/stat : 20588 (java) S 20587 20574 20344 0 -1 0 18535 0 3 0 2420 34 0 0 18 0 9 0 22154962 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20588/statm: 216098 13102 2590 9 0 210575 0
[pid=20588/tid=20589] ppid=20587 vsize=864392 CPUtime=22.66
/proc/20588/task/20589/stat : 20589 (java) R 20587 20574 20344 0 -1 64 3869 0 3 0 2247 19 0 0 25 0 9 0 22154962 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4126532154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20590] ppid=20587 vsize=864392 CPUtime=1.78
/proc/20588/task/20590/stat : 20590 (java) S 20587 20574 20344 0 -1 64 13643 0 0 0 164 14 0 0 16 0 9 0 22154964 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20591] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20591/stat : 20591 (java) S 20587 20574 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154964 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20592] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20592/stat : 20592 (java) S 20587 20574 20344 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154964 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20593] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20593/stat : 20593 (java) S 20587 20574 20344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154966 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20594] ppid=20587 vsize=864392 CPUtime=0.07
/proc/20588/task/20594/stat : 20594 (java) S 20587 20574 20344 0 -1 64 325 0 0 0 7 0 0 0 17 0 9 0 22154966 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20595] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20595/stat : 20595 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154966 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20588/tid=20596] ppid=20587 vsize=864392 CPUtime=0
/proc/20588/task/20596/stat : 20596 (java) S 20587 20574 20344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154966 885137408 13102 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 886616

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

[startup+38.3013 s]
/proc/loadavg: 1.91 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1301616/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=32.32
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1370 24719 6 4 5 2 3177 48 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=45372 CPUtime=5.13
/proc/20598/stat : 20598 (minisat) R 20597 20574 20344 0 -1 4194304 11194 0 0 0 504 9 0 0 25 0 1 0 22158217 46460928 11180 996147200 134512640 135127466 4294956256 18446744073709551615 134530796 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 11343 11180 75 150 0 11190 0
Current children cumulated CPU time (s) 37.45
Current children cumulated vsize (KiB) 67596

[startup+41.5016 s]
/proc/loadavg: 1.92 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1298992/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=32.32
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1370 24719 6 4 5 2 3177 48 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=47604 CPUtime=8.3
/proc/20598/stat : 20598 (minisat) R 20597 20574 20344 0 -1 4194304 11738 0 0 0 820 10 0 0 25 0 1 0 22158217 48746496 11724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 11901 11724 75 150 0 11748 0
Current children cumulated CPU time (s) 40.62
Current children cumulated vsize (KiB) 69828

[startup+44.7029 s]
/proc/loadavg: 1.92 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1298352/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=32.32
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1370 24719 6 4 5 2 3177 48 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=48272 CPUtime=11.47
/proc/20598/stat : 20598 (minisat) R 20597 20574 20344 0 -1 4194304 11887 0 0 0 1137 10 0 0 25 0 1 0 22158217 49430528 11873 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 12068 11873 75 150 0 11915 0
Current children cumulated CPU time (s) 43.79
Current children cumulated vsize (KiB) 70496

[startup+46.3011 s]
/proc/loadavg: 1.92 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1297968/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=32.32
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1370 24719 6 4 5 2 3177 48 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=48536 CPUtime=13.05
/proc/20598/stat : 20598 (minisat) R 20597 20574 20344 0 -1 4194304 11949 0 0 0 1295 10 0 0 25 0 1 0 22158217 49700864 11935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 12134 11935 75 150 0 11981 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 70760

[startup+47.1012 s]
/proc/loadavg: 1.92 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1297968/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=32.32
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1370 24719 6 4 5 2 3177 48 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=48536 CPUtime=13.84
/proc/20598/stat : 20598 (minisat) R 20597 20574 20344 0 -1 4194304 11968 0 0 0 1374 10 0 0 25 0 1 0 22158217 49700864 11954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 12134 11954 75 150 0 11981 0
Current children cumulated CPU time (s) 46.16
Current children cumulated vsize (KiB) 70760

[startup+47.5012 s]
/proc/loadavg: 1.92 1.94 2.10 3/77 20598
/proc/meminfo: memFree=1297840/2055920 swapFree=4192812/4192956
[pid=20574] ppid=20572 vsize=16868 CPUtime=46.45
/proc/20574/stat : 20574 (sugar) S 20572 20574 20344 0 -1 4194304 1443 36986 6 4 6 2 4577 60 16 0 1 0 22154905 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 46.45
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 47.5699
CPU time (s): 46.6369
CPU user time (s): 45.959
CPU system time (s): 0.677896
CPU usage (%): 98.0388
Max. virtual memory (cumulated for all children) (KiB): 889308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.959
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42289
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13726
involuntary context switches= 14211

runsolver used 0.075988 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 00:21:50
IDJOB=2069927
IDBENCH=55108
IDSOLVER=739
FILE ID=node44/2069927-1247350910
PBS_JOBID= 9506918
Free space on /tmp= 66020 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-14_ext.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-2069927-1247350910/watcher-2069927-1247350910 -o /tmp/evaluation-result-2069927-1247350910/solver-2069927-1247350910 -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-2069927-1247350910.xml

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

MD5SUM BENCH= 71043e558b97d1038b2e45a8033f05ba
RANDOM SEED=1072752460

node44.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.219
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.219
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:       1385200 kB
Buffers:          4664 kB
Cached:          48852 kB
SwapCached:          0 kB
Active:         596512 kB
Inactive:        25604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:         579704 kB
Slab:            32712 kB
Committed_AS:   744996 kB
PageTables:       3004 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= 66020 MiB
End job on node44 at 2009-07-12 00:22:38