Trace number 2086724

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 1311.46 1317.46

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-3.xml
MD5SUM5fb5bb86e517eac69d25de7ca9766c14
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark122.097
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1582
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:30:42 2009
0.00/0.07	c 0	PID 27670
0.06/0.07	c 0	HOST node92.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2086724-1247383842.xml TO HOME/temp.csp
0.06/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-2086724-1247383842.xml' 'HOME/temp.csp'
0.06/0.70	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	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.06/0.78	c 1	Parsing HOME/temp.csp
0.72/0.95	c 1	parsed 4982 expressions
0.72/0.96	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.96	c 1	Converting to clausal form CSP
0.72/0.98	c 1	converted 499 (10%) expressions
0.99/1.07	c 1	converted 997 (20%) expressions
1.09/1.19	c 2	converted 1495 (30%) expressions
1.18/1.22	c 2	converted 1993 (40%) expressions
1.18/1.24	c 2	converted 2491 (50%) expressions
1.18/1.26	c 2	converted 2990 (60%) expressions
1.18/1.27	c 2	converted 3488 (70%) expressions
1.28/1.33	c 2	converted 3986 (80%) expressions
1.28/1.35	c 2	converted 4484 (90%) expressions
1.28/1.37	c 2	converted 4982 (100%) expressions
1.28/1.37	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1562
1.28/1.37	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.37	c 2	Propagation in CSP
1.48/1.59	c 2	178966 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.59	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 777
1.48/1.59	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.59	c 2	Simplifing CSP by introducing new Boolean variables
1.58/1.68	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 777
1.58/1.68	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.68/1.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.68/1.78	c 2	40 (10%) CSP integer variables are encoded (22260 clauses, 311790 bytes)
1.78/1.80	c 2	80 (20%) CSP integer variables are encoded (42000 clauses, 607890 bytes)
1.78/1.83	c 2	120 (30%) CSP integer variables are encoded (64320 clauses, 942690 bytes)
1.78/1.86	c 2	160 (40%) CSP integer variables are encoded (89240 clauses, 1316490 bytes)
1.78/1.88	c 2	200 (50%) CSP integer variables are encoded (110040 clauses, 1648933 bytes)
1.88/1.91	c 2	240 (60%) CSP integer variables are encoded (130440 clauses, 1995733 bytes)
1.88/1.94	c 2	280 (70%) CSP integer variables are encoded (156720 clauses, 2442493 bytes)
1.88/1.97	c 2	320 (80%) CSP integer variables are encoded (177620 clauses, 2797793 bytes)
1.88/1.99	c 2	360 (90%) CSP integer variables are encoded (195460 clauses, 3101073 bytes)
1.97/2.03	c 2	400 (100%) CSP integer variables are encoded (224400 clauses, 3593053 bytes)
2.37/2.49	c 3	1178 (10%) CSP clauses are encoded (445145 clauses, 8468294 bytes)
2.77/2.85	c 3	2356 (20%) CSP clauses are encoded (629832 clauses, 12734122 bytes)
3.07/3.18	c 4	3534 (30%) CSP clauses are encoded (801035 clauses, 16685597 bytes)
3.46/3.54	c 4	4712 (40%) CSP clauses are encoded (992317 clauses, 21103905 bytes)
3.86/3.95	c 4	5890 (50%) CSP clauses are encoded (1200020 clauses, 25904223 bytes)
4.26/4.38	c 5	7068 (60%) CSP clauses are encoded (1421146 clauses, 31022986 bytes)
4.74/4.80	c 5	8246 (70%) CSP clauses are encoded (1645784 clauses, 36231088 bytes)
5.05/5.16	c 6	9424 (80%) CSP clauses are encoded (1830673 clauses, 40696876 bytes)
5.54/5.65	c 6	10602 (90%) CSP clauses are encoded (2089809 clauses, 46906124 bytes)
5.94/6.06	c 6	11780 (100%) CSP clauses are encoded (2324340 clauses, 52214930 bytes)
5.94/6.07	c 6	11780 CSP clauses encoded
5.94/6.07	c 6	Writing map file : HOME/temp.map
5.94/6.08	c 6	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.94/6.08	c 6	SAT : 232400 SAT variables, 2324340 SAT clauses, 52214930 bytes
5.94/6.08	c 6	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.94/6.09	c 6	SOLVING HOME/temp.cnf
5.94/6.09	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.94/6.09	c 6	This is MiniSat 2.0 beta
5.94/6.09	c 6	WARNING: for repeatability, setting FPU to use double precision
5.94/6.09	c 6	============================[ Problem Statistics ]=============================
5.94/6.09	c 6	|                                                                             |
5.94/6.09	c 6	|  Number of variables:  232400                                               |
5.94/6.09	c 6	|  Number of clauses:    2324340                                              |
7.34/7.40	c 8	|  Parsing time:         1.12         s                                       |
7.34/7.47	c 8	============================[ Search Statistics ]==============================
7.34/7.47	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.34/7.47	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.34/7.47	c 8	===============================================================================
7.34/7.47	c 8	|         0 |  230400  2322340  6519951 |   774113        0    nan |  0.000 % |
9.03/9.15	c 10	|       102 |  230400  2322340  6519951 |   851524      102     14 |  0.861 % |
9.93/10.07	c 10	|       252 |  230400  2322340  6519951 |   936677      252     10 |  0.861 % |
12.31/12.45	c 13	|       477 |  230400  2322340  6519951 |  1030344      477     11 |  0.861 % |
16.50/16.68	c 17	|       814 |  230400  2322340  6519951 |  1133379      814     12 |  0.861 % |
22.27/22.42	c 23	|      1321 |  230400  2322340  6519951 |  1246717     1321     15 |  0.861 % |
28.94/29.10	c 30	|      2080 |  230400  2322340  6519951 |  1371388     2080     14 |  0.861 % |
41.38/41.64	c 42	|      3219 |  230400  2322340  6519951 |  1508527     3219     15 |  0.861 % |
56.79/57.19	c 58	|      4927 |  230400  2322340  6519951 |  1659380     4927     16 |  0.861 % |
80.37/80.82	c 81	|      7491 |  230400  2322340  6519951 |  1825318     7491     14 |  0.861 % |
115.70/116.30	c 117	|     11335 |  230400  2322340  6519951 |  2007850    11335     16 |  0.861 % |
167.04/167.91	c 168	|     17101 |  230398  2322147  6519375 |  2208635    15608     15 |  0.861 % |
255.58/256.96	c 257	|     25753 |  230398  2322147  6519375 |  2429499    24260     17 |  0.861 % |
379.56/381.51	c 382	|     38729 |  230396  2321880  6518577 |  2672449    34616     19 |  0.862 % |
588.02/591.03	c 591	|     58190 |  230394  2321777  6518271 |  2939694    51186     20 |  0.863 % |
905.76/910.18	c 911	|     87382 |  230392  2321510  6517473 |  3233663    78125     23 |  0.864 % |
1311.12/1317.19	c 1318	===============================================================================
1311.12/1317.19	c 1318	restarts              : 16
1311.12/1317.19	c 1318	conflicts             : 124455         (95 /sec)
1311.12/1317.19	c 1318	decisions             : 165041         (1.48 % random) (126 /sec)
1311.12/1317.19	c 1318	propagations          : 2021040228     (1548823 /sec)
1311.12/1317.19	c 1318	conflict literals     : 2759739        (40.02 % deleted)
1311.12/1317.19	c 1318	Memory used           : 127.98 MB
1311.12/1317.19	c 1318	CPU time              : 1304.89 s
1311.12/1317.19	c 1318	
1311.12/1317.19	c 1318	UNSATISFIABLE
1311.22/1317.21	c 1318	DECODING HOME/temp.out WITH HOME/temp.map
1311.22/1317.21	c 1318	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'
1311.22/1317.29	c 1318	Decoding HOME/temp.out
1311.24/1317.36	s UNSATISFIABLE
1311.24/1317.39	c 1318	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1311.25/1317.44	c 1318	CPU 1311.42 (0.06 0.02 1310.51 0.83)
1311.25/1317.44	c 1318	END Sun Jul 12 09:52:40 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-2086724-1247383842/watcher-2086724-1247383842 -o /tmp/evaluation-result-2086724-1247383842/solver-2086724-1247383842 -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-2086724-1247383842.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: 2.07 2.11 2.07 4/75 27670
/proc/meminfo: memFree=1885240/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=7504 CPUtime=0
/proc/27670/stat : 27670 (sugar) R 27668 27670 27010 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 25449266 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 251276621193 0 0 4096 0 0 0 0 17 1 0 0
/proc/27670/statm: 1876 51 38 3 0 55 0

[startup+0.0759019 s]
/proc/loadavg: 2.07 2.11 2.07 4/75 27670
/proc/meminfo: memFree=1885240/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16740 CPUtime=0.06
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 25449266 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102615 s]
/proc/loadavg: 2.07 2.11 2.07 4/75 27670
/proc/meminfo: memFree=1885240/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=0.06
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25449266 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301638 s]
/proc/loadavg: 2.07 2.11 2.07 4/75 27670
/proc/meminfo: memFree=1885240/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=0.06
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25449266 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702687 s]
/proc/loadavg: 2.07 2.11 2.07 4/75 27670
/proc/meminfo: memFree=1885240/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=0.06
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 25449266 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.07 2.11 2.07 3/86 27692
/proc/meminfo: memFree=1874080/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=0.72
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1310 7267 0 1 5 1 61 5 15 0 1 0 25449266 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1111 409 3 0 796 0
[pid=27683] ppid=27670 vsize=5356 CPUtime=0
/proc/27683/stat : 27683 (sh) S 27670 27670 27010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25449338 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27683/statm: 1339 233 193 169 0 50 0
[pid=27684] ppid=27683 vsize=868600 CPUtime=0.76
/proc/27684/stat : 27684 (java) S 27683 27670 27010 0 -1 0 7372 0 1 0 72 4 0 0 20 0 9 0 25449338 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27684/statm: 217150 6592 2566 9 0 211655 0
[pid=27684/tid=27685] ppid=27683 vsize=868600 CPUtime=0.49
/proc/27684/task/27685/stat : 27685 (java) R 27683 27670 27010 0 -1 64 2698 0 1 0 48 1 0 0 25 0 9 0 25449339 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27686] ppid=27683 vsize=868600 CPUtime=0.1
/proc/27684/task/27686/stat : 27686 (java) R 27683 27670 27010 0 -1 64 2505 0 0 0 9 1 0 0 16 0 9 0 25449340 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27687] ppid=27683 vsize=868600 CPUtime=0
/proc/27684/task/27687/stat : 27687 (java) S 27683 27670 27010 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25449340 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27688] ppid=27683 vsize=868600 CPUtime=0
/proc/27684/task/27688/stat : 27688 (java) S 27683 27670 27010 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25449340 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27689] ppid=27683 vsize=868600 CPUtime=0
/proc/27684/task/27689/stat : 27689 (java) S 27683 27670 27010 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25449342 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27690] ppid=27683 vsize=868600 CPUtime=0.15
/proc/27684/task/27690/stat : 27690 (java) S 27683 27670 27010 0 -1 64 1471 0 0 0 14 1 0 0 16 0 9 0 25449342 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27691] ppid=27683 vsize=868600 CPUtime=0
/proc/27684/task/27691/stat : 27691 (java) S 27683 27670 27010 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25449342 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27692] ppid=27683 vsize=868600 CPUtime=0
/proc/27684/task/27692/stat : 27692 (java) S 27683 27670 27010 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25449342 889446400 6592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 890824

[startup+3.10198 s]
/proc/loadavg: 2.07 2.11 2.07 3/86 27692
/proc/meminfo: memFree=1858912/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=0.72
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1310 7267 0 1 5 1 61 5 15 0 1 0 25449266 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1111 409 3 0 796 0
[pid=27683] ppid=27670 vsize=5356 CPUtime=0
/proc/27683/stat : 27683 (sh) S 27670 27670 27010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25449338 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27683/statm: 1339 233 193 169 0 50 0
[pid=27684] ppid=27683 vsize=868712 CPUtime=2.35
/proc/27684/stat : 27684 (java) S 27683 27670 27010 0 -1 0 8402 0 1 0 219 16 0 0 20 0 9 0 25449338 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27684/statm: 217178 7175 2590 9 0 211655 0
[pid=27684/tid=27685] ppid=27683 vsize=868712 CPUtime=1.8
/proc/27684/task/27685/stat : 27685 (java) R 27683 27670 27010 0 -1 64 3192 0 1 0 171 9 0 0 25 0 9 0 25449339 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4126931063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27686] ppid=27683 vsize=868712 CPUtime=0.33
/proc/27684/task/27686/stat : 27686 (java) S 27683 27670 27010 0 -1 64 3014 0 0 0 29 4 0 0 16 0 9 0 25449340 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27687] ppid=27683 vsize=868712 CPUtime=0
/proc/27684/task/27687/stat : 27687 (java) S 27683 27670 27010 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25449340 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27688] ppid=27683 vsize=868712 CPUtime=0
/proc/27684/task/27688/stat : 27688 (java) S 27683 27670 27010 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25449340 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27689] ppid=27683 vsize=868712 CPUtime=0
/proc/27684/task/27689/stat : 27689 (java) S 27683 27670 27010 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25449342 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27690] ppid=27683 vsize=868712 CPUtime=0.19
/proc/27684/task/27690/stat : 27690 (java) S 27683 27670 27010 0 -1 64 1498 0 0 0 18 1 0 0 16 0 9 0 25449342 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27691] ppid=27683 vsize=868712 CPUtime=0
/proc/27684/task/27691/stat : 27691 (java) S 27683 27670 27010 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25449342 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27684/tid=27692] ppid=27683 vsize=868712 CPUtime=0
/proc/27684/task/27692/stat : 27692 (java) S 27683 27670 27010 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25449342 889561088 7175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 890936

[startup+6.30139 s]
/proc/loadavg: 2.06 2.11 2.07 3/86 27692
/proc/meminfo: memFree=1817952/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 16868

[startup+12.7012 s]
/proc/loadavg: 2.14 2.13 2.08 3/78 27694
/proc/meminfo: memFree=1716512/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=115716 CPUtime=6.56
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 28236 0 0 0 637 19 0 0 25 0 1 0 25449876 118493184 28222 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/27694/statm: 28929 28222 75 150 0 28776 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 137940

[startup+25.5028 s]
/proc/loadavg: 2.11 2.12 2.08 3/78 27694
/proc/meminfo: memFree=1716832/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=116244 CPUtime=19.31
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 28347 0 0 0 1911 20 0 0 25 0 1 0 25449876 119033856 28333 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/27694/statm: 29061 28333 75 150 0 28908 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 138468

[startup+51.103 s]
/proc/loadavg: 2.07 2.11 2.07 3/78 27694
/proc/meminfo: memFree=1717280/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=116508 CPUtime=44.77
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 28409 0 0 0 4457 20 0 0 25 0 1 0 25449876 119304192 28395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27694/statm: 29127 28395 75 150 0 28974 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 138732

[startup+102.306 s]
/proc/loadavg: 2.03 2.09 2.07 3/78 27694
/proc/meminfo: memFree=1714464/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=117172 CPUtime=95.72
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 28584 0 0 0 9551 21 0 0 25 0 1 0 25449876 119984128 28570 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/27694/statm: 29293 28570 75 150 0 29140 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 139396

[startup+162.303 s]
/proc/loadavg: 2.01 2.07 2.06 3/78 27694
/proc/meminfo: memFree=1713632/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=117700 CPUtime=155.42
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 28734 0 0 0 15521 21 0 0 25 0 1 0 25449876 120524800 28720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27694/statm: 29425 28720 75 150 0 29272 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 139924

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


[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27724
/proc/meminfo: memFree=1726824/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=128364 CPUtime=1051.29
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 31330 0 0 0 105101 28 0 0 25 0 1 0 25449876 131444736 31316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32091 31316 75 150 0 31938 0
Current children cumulated CPU time (s) 1057.34
Current children cumulated vsize (KiB) 150588

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27724
/proc/meminfo: memFree=1725992/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=129024 CPUtime=1111.05
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 31513 0 0 0 111077 28 0 0 25 0 1 0 25449876 132120576 31499 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32256 31499 75 150 0 32103 0
Current children cumulated CPU time (s) 1117.1
Current children cumulated vsize (KiB) 151248

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27724
/proc/meminfo: memFree=1725288/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=129704 CPUtime=1170.81
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 31675 0 0 0 117053 28 0 0 25 0 1 0 25449876 132816896 31661 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32426 31661 75 150 0 32273 0
Current children cumulated CPU time (s) 1176.86
Current children cumulated vsize (KiB) 151928

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1724392/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=130372 CPUtime=1230.57
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 31841 0 0 0 123029 28 0 0 25 0 1 0 25449876 133500928 31827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32593 31827 75 150 0 32440 0
Current children cumulated CPU time (s) 1236.62
Current children cumulated vsize (KiB) 152596

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1290.33
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 129005 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1296.38
Current children cumulated vsize (KiB) 153276

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723368/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1293.51
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 129323 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1299.56
Current children cumulated vsize (KiB) 153276

[startup+1311.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723368/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1299.89
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 129961 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1305.94
Current children cumulated vsize (KiB) 153276

[startup+1315.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1303.07
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 130279 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1309.12
Current children cumulated vsize (KiB) 153276

[startup+1316.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1304.67
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 130439 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1310.72
Current children cumulated vsize (KiB) 153276

[startup+1317.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=6.05
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1376 16935 0 2 6 1 548 50 16 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
[pid=27693] ppid=27670 vsize=5356 CPUtime=0
/proc/27693/stat : 27693 (sh) S 27670 27670 27010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25449875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27693/statm: 1339 232 193 169 0 50 0
[pid=27694] ppid=27693 vsize=131052 CPUtime=1305.07
/proc/27694/stat : 27694 (minisat) R 27693 27670 27010 0 -1 4194304 32024 0 0 0 130479 28 0 0 25 0 1 0 25449876 134197248 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/27694/statm: 32763 32010 75 150 0 32610 0
Current children cumulated CPU time (s) 1311.12
Current children cumulated vsize (KiB) 153276

[startup+1317.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=1311.24
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1448 49253 0 2 6 1 131036 81 15 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1311.24
Current children cumulated vsize (KiB) 16868

[startup+1317.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27726
/proc/meminfo: memFree=1723432/2055920 swapFree=4192812/4192956
[pid=27670] ppid=27668 vsize=16868 CPUtime=1311.25
/proc/27670/stat : 27670 (sugar) S 27668 27670 27010 0 -1 4194304 1449 49253 0 2 6 2 131036 81 15 0 1 0 25449266 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27670/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1311.25
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1317.46
CPU time (s): 1311.46
CPU user time (s): 1310.58
CPU system time (s): 0.883865
CPU usage (%): 99.5449
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1310.58
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54689
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= 14733
involuntary context switches= 31094

runsolver used 1.42278 second user time and 3.97539 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 09:30:42
IDJOB=2086724
IDBENCH=58618
IDSOLVER=739
FILE ID=node92/2086724-1247383842
PBS_JOBID= 9507201
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-3.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-2086724-1247383842/watcher-2086724-1247383842 -o /tmp/evaluation-result-2086724-1247383842/solver-2086724-1247383842 -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-2086724-1247383842.xml

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

MD5SUM BENCH= 5fb5bb86e517eac69d25de7ca9766c14
RANDOM SEED=535994743

node92.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.216
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.216
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:       1885656 kB
Buffers:          8468 kB
Cached:          63816 kB
SwapCached:          0 kB
Active:         101812 kB
Inactive:        16524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          57196 kB
Slab:            37072 kB
Committed_AS:   179740 kB
PageTables:       1972 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= 66336 MiB
End job on node92 at 2009-07-12 09:52:40