Trace number 2079563

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 1136.13 1141.75

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-42_ext.xml
MD5SUMb102da26dd6fd97e5213878ae64de7db
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 benchmark44.1973
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 05:10:25 2009
0.01/0.07	c 0	PID 21706
0.01/0.07	c 0	HOST node53.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2079563-1247368225.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079563-1247368225.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	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.69/0.83	c 1	Parsing HOME/temp.csp
1.62/1.78	c 2	parsed 139 expressions
1.62/1.78	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.79	c 2	Converting to clausal form CSP
1.71/1.80	c 2	converted 14 (10%) expressions
1.71/1.82	c 2	converted 28 (20%) expressions
1.82/1.97	c 2	converted 42 (30%) expressions
1.82/1.97	c 2	converted 56 (40%) expressions
1.82/1.99	c 2	converted 70 (50%) expressions
1.92/2.04	c 2	converted 84 (60%) expressions
2.01/2.14	c 2	converted 98 (70%) expressions
2.12/2.23	c 3	converted 112 (80%) expressions
2.41/2.52	c 3	converted 126 (90%) expressions
2.51/2.64	c 3	converted 139 (100%) expressions
2.51/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.51/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.64	c 3	Propagation in CSP
2.51/2.64	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.51/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.64	c 3	Simplifing CSP by introducing new Boolean variables
2.51/2.64	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.51/2.64	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.76	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.76	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.60/2.77	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.60/2.77	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.60/2.77	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.60/2.77	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.60/2.77	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.60/2.77	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.60/2.77	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.60/2.77	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.60/2.78	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.81/2.96	c 3	6 (10%) CSP clauses are encoded (11121 clauses, 254120 bytes)
2.91/3.08	c 3	12 (20%) CSP clauses are encoded (21806 clauses, 506830 bytes)
3.01/3.20	c 4	18 (30%) CSP clauses are encoded (32092 clauses, 761013 bytes)
3.20/3.32	c 4	24 (40%) CSP clauses are encoded (42853 clauses, 1015053 bytes)
3.30/3.45	c 4	30 (50%) CSP clauses are encoded (53716 clauses, 1281472 bytes)
3.40/3.58	c 4	36 (60%) CSP clauses are encoded (64543 clauses, 1550009 bytes)
3.60/3.70	c 4	42 (70%) CSP clauses are encoded (75324 clauses, 1829602 bytes)
3.70/3.82	c 4	48 (80%) CSP clauses are encoded (86124 clauses, 2118335 bytes)
3.80/3.95	c 4	54 (90%) CSP clauses are encoded (96997 clauses, 2409243 bytes)
3.90/4.06	c 4	59 (100%) CSP clauses are encoded (106038 clauses, 2650975 bytes)
3.90/4.06	c 4	59 CSP clauses encoded
3.90/4.06	c 4	Writing map file : HOME/temp.map
3.90/4.06	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.90/4.06	c 4	SAT : 380 SAT variables, 106038 SAT clauses, 2650975 bytes
3.90/4.06	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.97/4.10	c 4	SOLVING HOME/temp.cnf
3.97/4.10	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.97/4.10	c 4	This is MiniSat 2.0 beta
3.97/4.10	c 4	WARNING: for repeatability, setting FPU to use double precision
3.97/4.10	c 4	============================[ Problem Statistics ]=============================
3.97/4.10	c 4	|                                                                             |
3.97/4.10	c 4	|  Number of variables:  380                                                  |
3.97/4.10	c 4	|  Number of clauses:    106038                                               |
3.97/4.17	c 4	|  Parsing time:         0.06         s                                       |
3.97/4.17	c 4	============================[ Search Statistics ]==============================
3.97/4.17	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.97/4.17	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.97/4.17	c 4	===============================================================================
3.97/4.17	c 4	|         0 |     380   106038   581635 |    35346        0    nan |  0.000 % |
3.98/4.23	c 5	|       103 |     380   106038   581635 |    38880      103     10 |  0.001 % |
4.17/4.31	c 5	|       253 |     380   106038   581635 |    42768      253     10 |  0.013 % |
4.27/4.42	c 5	|       478 |     380   106038   581635 |    47045      478     10 |  0.012 % |
4.36/4.55	c 5	|       816 |     380   106038   581635 |    51750      816     11 |  0.013 % |
4.56/4.76	c 5	|      1322 |     380   106038   581635 |    56925     1322     10 |  0.013 % |
4.86/5.05	c 5	|      2081 |     380   106038   581635 |    62617     2081     11 |  0.013 % |
5.26/5.49	c 6	|      3220 |     380   106038   581635 |    68879     3220     12 |  0.010 % |
5.96/6.17	c 6	|      4929 |     380   106038   581635 |    75767     4929     13 |  0.013 % |
7.25/7.42	c 8	|      7492 |     380   106038   581635 |    83344     7492     13 |  0.013 % |
9.14/9.31	c 10	|     11336 |     380   106038   581635 |    91678    11336     14 |  0.013 % |
12.22/12.41	c 13	|     17102 |     380   106038   581635 |   100846    17102     14 |  0.013 % |
17.41/17.62	c 18	|     25751 |     380   106038   581635 |   110930    25751     15 |  0.006 % |
26.16/26.41	c 27	|     38725 |     380   106038   581635 |   122023    38725     15 |  0.010 % |
40.98/41.40	c 42	|     58186 |     380   106038   581635 |   134226    58186     15 |  0.012 % |
66.27/66.73	c 67	|     87380 |     379   104974   576736 |   147649    46038     15 |  0.264 % |
104.17/104.87	c 105	|    131169 |     379   104974   576736 |   162413    89827     17 |  0.274 % |
182.39/183.43	c 184	|    196853 |     379   104974   576736 |   178655   155511     18 |  0.269 % |
285.89/287.49	c 288	|    295379 |     379   104974   576736 |   196520    94512     16 |  0.269 % |
448.54/450.83	c 451	|    443169 |     379   104974   576736 |   216172    64699     18 |  0.278 % |
742.52/746.27	c 747	|    664852 |     379   104974   576736 |   237790    90871     19 |  0.265 % |
1135.91/1141.56	c 1142	===============================================================================
1135.91/1141.57	c 1142	restarts              : 21
1135.91/1141.57	c 1142	conflicts             : 978868         (865 /sec)
1135.91/1141.57	c 1142	decisions             : 1173258        (1.48 % random) (1037 /sec)
1135.91/1141.57	c 1142	propagations          : 52181740       (46101 /sec)
1135.91/1141.57	c 1142	conflict literals     : 17476349       (31.74 % deleted)
1135.91/1141.57	c 1142	Memory used           : 36.32 MB
1135.91/1141.57	c 1142	CPU time              : 1131.9 s
1135.91/1141.57	c 1142	
1135.91/1141.57	c 1142	UNSATISFIABLE
1135.91/1141.57	c 1142	DECODING HOME/temp.out WITH HOME/temp.map
1135.91/1141.57	c 1142	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'
1136.00/1141.65	c 1142	Decoding HOME/temp.out
1136.00/1141.67	s UNSATISFIABLE
1136.00/1141.68	c 1142	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1136.08/1141.74	c 1142	CPU 1136.11 (0.05 0.01 1135.75 0.3)
1136.08/1141.74	c 1142	END Sun Jul 12 05:29:27 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-2079563-1247368225/watcher-2079563-1247368225 -o /tmp/evaluation-result-2079563-1247368225/solver-2079563-1247368225 -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-2079563-1247368225.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.98 2.36 2.44 4/83 21706
/proc/meminfo: memFree=1394360/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=12272 CPUtime=0
/proc/21706/stat : 21706 (sugar) R 21704 21706 17620 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23886543 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/21706/statm: 3068 327 246 3 0 168 0

[startup+0.024899 s]
/proc/loadavg: 1.98 2.36 2.44 4/83 21706
/proc/meminfo: memFree=1394360/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=12940 CPUtime=0.01
/proc/21706/stat : 21706 (sugar) R 21704 21706 17620 0 -1 4194304 602 0 0 0 1 0 0 0 18 0 1 0 23886543 13250560 570 996147200 4194304 4206940 548682068608 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 1 0 0
/proc/21706/statm: 3235 570 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102915 s]
/proc/loadavg: 1.98 2.36 2.44 4/83 21706
/proc/meminfo: memFree=1394360/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=0.06
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23886543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302938 s]
/proc/loadavg: 1.98 2.36 2.44 4/83 21706
/proc/meminfo: memFree=1394360/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=0.06
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23886543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.703133 s]
/proc/loadavg: 1.98 2.36 2.44 4/83 21706
/proc/meminfo: memFree=1394360/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=0.06
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23886543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 1.98 2.36 2.44 3/94 21728
/proc/meminfo: memFree=1381920/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=0.69
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1309 7069 0 1 5 1 58 5 15 0 1 0 23886543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1111 409 3 0 796 0
[pid=21719] ppid=21706 vsize=5356 CPUtime=0
/proc/21719/stat : 21719 (sh) S 21706 21706 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21719/statm: 1339 233 193 169 0 50 0
[pid=21720] ppid=21719 vsize=862284 CPUtime=0.72
/proc/21720/stat : 21720 (java) S 21719 21706 17620 0 -1 0 7356 0 1 0 69 3 0 0 18 0 9 0 23886619 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21720/statm: 215571 6630 2158 9 0 210484 0
[pid=21720/tid=21721] ppid=21719 vsize=862284 CPUtime=0.43
/proc/21720/task/21721/stat : 21721 (java) R 21719 21706 17620 0 -1 64 2031 0 1 0 42 1 0 0 23 0 9 0 23886620 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21722] ppid=21719 vsize=862284 CPUtime=0.23
/proc/21720/task/21722/stat : 21722 (java) R 21719 21706 17620 0 -1 64 4315 0 0 0 22 1 0 0 16 0 9 0 23886621 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 102724708 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21723] ppid=21719 vsize=862284 CPUtime=0
/proc/21720/task/21723/stat : 21723 (java) S 21719 21706 17620 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23886621 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21724] ppid=21719 vsize=862284 CPUtime=0
/proc/21720/task/21724/stat : 21724 (java) S 21719 21706 17620 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23886621 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21725] ppid=21719 vsize=862284 CPUtime=0
/proc/21720/task/21725/stat : 21725 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23886623 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21726] ppid=21719 vsize=862284 CPUtime=0.03
/proc/21720/task/21726/stat : 21726 (java) S 21719 21706 17620 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23886623 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21727] ppid=21719 vsize=862284 CPUtime=0
/proc/21720/task/21727/stat : 21727 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886623 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21728] ppid=21719 vsize=862284 CPUtime=0
/proc/21720/task/21728/stat : 21728 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886623 882978816 6630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10126 s]
/proc/loadavg: 1.98 2.36 2.44 4/94 21728
/proc/meminfo: memFree=1354656/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=0.69
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1310 7069 0 1 5 1 58 5 15 0 1 0 23886543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1111 409 3 0 796 0
[pid=21719] ppid=21706 vsize=5356 CPUtime=0
/proc/21719/stat : 21719 (sh) S 21706 21706 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21719/statm: 1339 233 193 169 0 50 0
[pid=21720] ppid=21719 vsize=864488 CPUtime=2.32
/proc/21720/stat : 21720 (java) S 21719 21706 17620 0 -1 0 14866 0 1 0 225 7 0 0 18 0 9 0 23886619 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21720/statm: 216122 14079 2590 9 0 210599 0
[pid=21720/tid=21721] ppid=21719 vsize=864488 CPUtime=1.26
/proc/21720/task/21721/stat : 21721 (java) R 21719 21706 17620 0 -1 64 3238 0 1 0 124 2 0 0 25 0 9 0 23886620 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 103210640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21722] ppid=21719 vsize=864488 CPUtime=0.96
/proc/21720/task/21722/stat : 21722 (java) S 21719 21706 17620 0 -1 64 10590 0 0 0 92 4 0 0 16 0 9 0 23886621 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21723] ppid=21719 vsize=864488 CPUtime=0
/proc/21720/task/21723/stat : 21723 (java) S 21719 21706 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23886621 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21724] ppid=21719 vsize=864488 CPUtime=0
/proc/21720/task/21724/stat : 21724 (java) S 21719 21706 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23886621 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21725] ppid=21719 vsize=864488 CPUtime=0
/proc/21720/task/21725/stat : 21725 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23886623 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21726] ppid=21719 vsize=864488 CPUtime=0.07
/proc/21720/task/21726/stat : 21726 (java) S 21719 21706 17620 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23886623 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21727] ppid=21719 vsize=864488 CPUtime=0
/proc/21720/task/21727/stat : 21727 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886623 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21720/tid=21728] ppid=21719 vsize=864488 CPUtime=0
/proc/21720/task/21728/stat : 21728 (java) S 21719 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886623 885235712 14079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.30164 s]
/proc/loadavg: 1.98 2.35 2.44 3/86 21730
/proc/meminfo: memFree=1378720/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 15 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=8444 CPUtime=2.18
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 2010 0 0 0 217 1 0 0 25 0 1 0 23886953 8646656 1996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 2111 1996 75 150 0 1958 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30668

[startup+12.7014 s]
/proc/loadavg: 2.14 2.38 2.45 3/86 21730
/proc/meminfo: memFree=1377440/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=9708 CPUtime=8.54
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 2325 0 0 0 853 1 0 0 25 0 1 0 23886953 9940992 2311 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 2427 2311 75 150 0 2274 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 31932

[startup+25.5029 s]
/proc/loadavg: 2.11 2.36 2.44 3/86 21730
/proc/meminfo: memFree=1375648/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=11484 CPUtime=21.28
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 2763 0 0 0 2126 2 0 0 25 0 1 0 23886953 11759616 2749 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 2871 2749 75 150 0 2718 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 33708

[startup+51.1029 s]
/proc/loadavg: 2.07 2.33 2.43 3/86 21730
/proc/meminfo: memFree=1372704/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=14612 CPUtime=46.75
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 3499 0 0 0 4672 3 0 0 25 0 1 0 23886953 14962688 3485 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 3653 3485 75 150 0 3500 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 36836

[startup+102.307 s]
/proc/loadavg: 2.03 2.28 2.40 3/86 21730
/proc/meminfo: memFree=1369632/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=17140 CPUtime=97.71
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 4158 0 0 0 9767 4 0 0 25 0 1 0 23886953 17551360 4144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 4285 4144 75 150 0 4132 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 39364

[startup+162.303 s]
/proc/loadavg: 2.13 2.26 2.38 3/86 21730
/proc/meminfo: memFree=1363680/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 937.67
Current children cumulated vsize (KiB) 56796

[startup+1002.3 s]
/proc/loadavg: 2.21 2.11 2.19 3/86 21730
/proc/meminfo: memFree=1346208/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=35064 CPUtime=993.41
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8471 0 0 0 99330 11 0 0 25 0 1 0 23886953 35905536 8457 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 8766 8457 75 150 0 8613 0
Current children cumulated CPU time (s) 997.39
Current children cumulated vsize (KiB) 57288

[startup+1062.3 s]
/proc/loadavg: 2.14 2.12 2.18 3/86 21730
/proc/meminfo: memFree=1344160/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=36720 CPUtime=1053.12
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8896 0 0 0 105301 11 0 0 25 0 1 0 23886953 37601280 8882 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9180 8882 75 150 0 9027 0
Current children cumulated CPU time (s) 1057.1
Current children cumulated vsize (KiB) 58944

[startup+1122.3 s]
/proc/loadavg: 2.05 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343648/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37048 CPUtime=1112.82
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8944 0 0 0 111271 11 0 0 25 0 1 0 23886953 37937152 8930 996147200 134512640 135127466 4294956256 18446744073709551615 134530796 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9262 8930 75 150 0 9109 0
Current children cumulated CPU time (s) 1116.8
Current children cumulated vsize (KiB) 59272

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

[startup+1126.3 s]
/proc/loadavg: 2.05 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343584/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37048 CPUtime=1116.81
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8954 0 0 0 111670 11 0 0 25 0 1 0 23886953 37937152 8940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9262 8940 75 150 0 9109 0
Current children cumulated CPU time (s) 1120.79
Current children cumulated vsize (KiB) 59272

[startup+1132.7 s]
/proc/loadavg: 2.04 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343520/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37048 CPUtime=1123.18
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8954 0 0 0 112307 11 0 0 25 0 1 0 23886953 37937152 8940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9262 8940 75 150 0 9109 0
Current children cumulated CPU time (s) 1127.16
Current children cumulated vsize (KiB) 59272

[startup+1135.9 s]
/proc/loadavg: 2.04 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343520/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37048 CPUtime=1126.36
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8957 0 0 0 112625 11 0 0 25 0 1 0 23886953 37937152 8943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9262 8943 75 150 0 9109 0
Current children cumulated CPU time (s) 1130.34
Current children cumulated vsize (KiB) 59272

[startup+1139.1 s]
/proc/loadavg: 2.04 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343456/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37188 CPUtime=1129.55
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8971 0 0 0 112944 11 0 0 25 0 1 0 23886953 38080512 8957 996147200 134512640 135127466 4294956256 18446744073709551615 134523515 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9297 8957 75 150 0 9144 0
Current children cumulated CPU time (s) 1133.53
Current children cumulated vsize (KiB) 59412

[startup+1140.71 s]
/proc/loadavg: 2.04 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343392/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37188 CPUtime=1131.14
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8971 0 0 0 113103 11 0 0 25 0 1 0 23886953 38080512 8957 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9297 8957 75 150 0 9144 0
Current children cumulated CPU time (s) 1135.12
Current children cumulated vsize (KiB) 59412

[startup+1141.5 s]
/proc/loadavg: 2.04 2.09 2.17 3/86 21730
/proc/meminfo: memFree=1343392/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=3.98
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1374 22278 0 2 5 1 377 15 16 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21729] ppid=21706 vsize=5356 CPUtime=0
/proc/21729/stat : 21729 (sh) S 21706 21706 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21729/statm: 1339 232 193 169 0 50 0
[pid=21730] ppid=21729 vsize=37188 CPUtime=1131.93
/proc/21730/stat : 21730 (minisat) R 21729 21706 17620 0 -1 4194304 8971 0 0 0 113182 11 0 0 25 0 1 0 23886953 38080512 8957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21730/statm: 9297 8957 75 150 0 9144 0
Current children cumulated CPU time (s) 1135.91
Current children cumulated vsize (KiB) 59412

[startup+1141.7 s]
/proc/loadavg: 2.04 2.09 2.17 2/94 21740
/proc/meminfo: memFree=1374176/2055920 swapFree=4192956/4192956
[pid=21706] ppid=21704 vsize=16868 CPUtime=1136
/proc/21706/stat : 21706 (sugar) S 21704 21706 17620 0 -1 4194304 1446 31543 0 2 5 1 113567 27 15 0 1 0 23886543 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21706/statm: 4217 1112 409 3 0 796 0
[pid=21731] ppid=21706 vsize=5356 CPUtime=0
/proc/21731/stat : 21731 (sh) S 21706 21706 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24000701 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21731/statm: 1339 233 193 169 0 50 0
[pid=21732] ppid=21731 vsize=863844 CPUtime=0.08
/proc/21732/stat : 21732 (java) S 21731 21706 17620 0 -1 0 3375 0 1 0 7 1 0 0 19 0 9 0 24000701 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21732/statm: 215961 2841 1689 9 0 210466 0
[pid=21732/tid=21733] ppid=21731 vsize=863844 CPUtime=0.06
/proc/21732/task/21733/stat : 21733 (java) S 21731 21706 17620 0 -1 64 2458 0 1 0 6 0 0 0 25 0 9 0 24000702 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21734] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21734/stat : 21734 (java) S 21731 21706 17620 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 24000704 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21735] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21735/stat : 21735 (java) S 21731 21706 17620 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24000704 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21736] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21736/stat : 21736 (java) S 21731 21706 17620 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24000704 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21737] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21737/stat : 21737 (java) S 21731 21706 17620 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24000706 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21738] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21738/stat : 21738 (java) S 21731 21706 17620 0 -1 64 222 0 0 0 0 0 0 0 24 0 9 0 24000706 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21739] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21739/stat : 21739 (java) S 21731 21706 17620 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24000706 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21732/tid=21740] ppid=21731 vsize=863844 CPUtime=0
/proc/21732/task/21740/stat : 21740 (java) S 21731 21706 17620 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 24000706 884576256 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1136.08
Current children cumulated vsize (KiB) 886068

Child status: 0
Real time (s): 1141.75
CPU time (s): 1136.13
CPU user time (s): 1135.81
CPU system time (s): 0.32395
CPU usage (%): 99.5085
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1135.81
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36743
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= 2788
involuntary context switches= 33765

runsolver used 1.23481 second user time and 2.95355 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 05:10:25
IDJOB=2079563
IDBENCH=56916
IDSOLVER=739
FILE ID=node53/2079563-1247368225
PBS_JOBID= 9507023
Free space on /tmp= 65976 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-42_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-2079563-1247368225/watcher-2079563-1247368225 -o /tmp/evaluation-result-2079563-1247368225/solver-2079563-1247368225 -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-2079563-1247368225.xml

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

MD5SUM BENCH= b102da26dd6fd97e5213878ae64de7db
RANDOM SEED=1767034812

node53.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1394776 kB
Buffers:         73760 kB
Cached:         249240 kB
SwapCached:          0 kB
Active:         396500 kB
Inactive:       189340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:         277328 kB
Slab:            60160 kB
Committed_AS:   879572 kB
PageTables:       2224 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= 65976 MiB
End job on node53 at 2009-07-12 05:29:27