Trace number 1042210

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.13+minisatSAT 267.101 269.81

General information on the benchmark

Namecsp/allsquares/
normalized-squares-25-25.xml
MD5SUM59d56c349f47c5f1affad53bdd346c6f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.971
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size75
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:46:39 2008
0.00/0.04	c 0	PID 27627
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042210-1215002799.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042210-1215002799.xml' 'HOME/temp.csp'
0.03/0.55	c 0	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.91	c 1	parsed 2781 expressions
0.53/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.92	c 1	Converting to clausal form CSP
0.53/0.94	c 1	converted 279 (10%) expressions
0.53/0.95	c 1	converted 557 (20%) expressions
0.53/0.95	c 1	converted 835 (30%) expressions
0.53/0.96	c 1	converted 1113 (40%) expressions
0.94/1.10	c 1	converted 1391 (50%) expressions
1.03/1.15	c 1	converted 1669 (60%) expressions
1.03/1.18	c 1	converted 1947 (70%) expressions
1.13/1.20	c 1	converted 2225 (80%) expressions
1.13/1.23	c 1	converted 2503 (90%) expressions
2.03/2.13	c 2	converted 2781 (100%) expressions
2.03/2.14	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 170
2.03/2.14	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.14	c 2	Propagation in CSP
2.14/2.29	c 2	26650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.29	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 76
2.14/2.29	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.30	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.32	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 76
2.23/2.32	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.45	c 2	845 (10%) CSP integer variables are encoded (3000 clauses, 36883 bytes)
2.32/2.47	c 2	1690 (20%) CSP integer variables are encoded (9447 clauses, 122827 bytes)
2.32/2.48	c 2	2535 (30%) CSP integer variables are encoded (21468 clauses, 303142 bytes)
2.42/2.51	c 2	3380 (40%) CSP integer variables are encoded (33142 clauses, 478252 bytes)
2.42/2.52	c 2	4225 (50%) CSP integer variables are encoded (44584 clauses, 649882 bytes)
2.42/2.54	c 2	5070 (60%) CSP integer variables are encoded (55463 clauses, 813067 bytes)
2.42/2.55	c 2	5915 (70%) CSP integer variables are encoded (67548 clauses, 994342 bytes)
2.42/2.57	c 2	6760 (80%) CSP integer variables are encoded (79578 clauses, 1174792 bytes)
2.42/2.58	c 2	7605 (90%) CSP integer variables are encoded (90830 clauses, 1343572 bytes)
2.52/2.60	c 2	8450 (100%) CSP integer variables are encoded (101954 clauses, 1529703 bytes)
2.71/2.86	c 3	2201 (10%) CSP clauses are encoded (212991 clauses, 3485687 bytes)
3.21/3.37	c 3	4401 (20%) CSP clauses are encoded (480318 clauses, 8693127 bytes)
3.70/3.87	c 4	6601 (30%) CSP clauses are encoded (743606 clauses, 14230390 bytes)
4.20/4.35	c 4	8801 (40%) CSP clauses are encoded (990576 clauses, 19424056 bytes)
4.69/4.81	c 5	11001 (50%) CSP clauses are encoded (1233312 clauses, 24521315 bytes)
5.18/5.37	c 5	13201 (60%) CSP clauses are encoded (1532193 clauses, 30780261 bytes)
5.78/5.92	c 6	15401 (70%) CSP clauses are encoded (1811799 clauses, 36662011 bytes)
6.28/6.40	c 6	17601 (80%) CSP clauses are encoded (2058769 clauses, 41856661 bytes)
6.67/6.88	c 7	19801 (90%) CSP clauses are encoded (2305419 clauses, 47041249 bytes)
7.26/7.43	c 7	22001 (100%) CSP clauses are encoded (2567674 clauses, 53148174 bytes)
7.26/7.43	c 7	22001 CSP clauses encoded
7.26/7.43	c 7	Writing map file : HOME/temp.map
7.26/7.46	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.26/7.46	c 7	SAT : 112754 SAT variables, 2567674 SAT clauses, 53148174 bytes
7.26/7.46	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.51	c 7	SOLVING HOME/temp.cnf
7.31/7.51	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.31/7.52	c 7	This is MiniSat 2.0 beta
7.31/7.52	c 7	WARNING: for repeatability, setting FPU to use double precision
7.31/7.52	c 7	============================[ Problem Statistics ]=============================
7.31/7.52	c 7	|                                                                             |
7.31/7.52	c 7	|  Number of variables:  112754                                               |
7.31/7.52	c 7	|  Number of clauses:    2567674                                              |
8.58/8.85	c 9	|  Parsing time:         1.11         s                                       |
8.68/8.92	c 9	============================[ Search Statistics ]==============================
8.68/8.92	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.68/8.92	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.68/8.92	c 9	===============================================================================
8.68/8.92	c 9	|         0 |  112754  2567674  7423400 |   855891        0    nan |  0.000 % |
9.86/10.12	c 10	|       100 |  112754  2567674  7423400 |   941480      100     34 |  0.000 % |
11.94/12.21	c 12	|       250 |  112754  2567674  7423400 |  1035628      250     36 |  0.000 % |
14.21/14.56	c 14	|       475 |  112754  2567674  7423400 |  1139191      475     41 |  0.000 % |
18.08/18.43	c 18	|       812 |  112754  2567674  7423400 |  1253110      812     43 |  0.000 % |
23.83/24.29	c 24	|      1319 |  112754  2567674  7423400 |  1378421     1319     45 |  0.000 % |
33.33/33.88	c 34	|      2078 |  112754  2567674  7423400 |  1516263     2078     40 |  0.000 % |
44.33/44.96	c 45	|      3219 |  112754  2567674  7423400 |  1667890     3219     43 |  0.000 % |
65.23/66.06	c 66	|      4927 |  112754  2567674  7423400 |  1834679     4927     45 |  0.000 % |
93.36/94.43	c 94	|      7489 |  112754  2567674  7423400 |  2018146     7489     46 |  0.000 % |
140.22/141.76	c 142	|     11333 |  112754  2567674  7423400 |  2219961    11333     44 |  0.000 % |
206.18/208.32	c 208	|     17102 |  112754  2567674  7423400 |  2441957    17102     42 |  0.000 % |
266.40/269.11	c 269	===============================================================================
266.40/269.12	c 269	restarts              : 12
266.40/269.12	c 269	conflicts             : 22300          (86 /sec)
266.40/269.12	c 269	decisions             : 29266          (1.39 % random) (113 /sec)
266.40/269.12	c 269	propagations          : 185429551      (716327 /sec)
266.40/269.12	c 269	conflict literals     : 985785         (35.66 % deleted)
266.40/269.12	c 269	Memory used           : 123.76 MB
266.40/269.12	c 269	CPU time              : 258.862 s
266.40/269.12	c 269	
266.40/269.17	c 269	SATISFIABLE
266.40/269.19	c 269	DECODING HOME/temp.out WITH HOME/temp.map
266.40/269.19	c 269	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
266.50/269.28	c 269	Decoding HOME/temp.out
266.88/269.70	s SATISFIABLE
266.97/269.75	v 25 27 26 25 25 32 22 21 14 65 54 26 23 0 0 36 35 38 56 15 0 53 52 29 0 19 21 18 23 1 0 27 34 46 20 19 6 42 46 60 42 58 0 0 55 25 30 52 18 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0
266.97/269.75	c 270	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
266.97/269.78	c 270	CPU 266.25 (0.05 0.01 266.2 0.79)
266.97/269.78	c 270	END Wed Jul  2 14:51:09 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042210-1215002799/watcher-1042210-1215002799 -o /tmp/evaluation-result-1042210-1215002799/solver-1042210-1215002799 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1042210-1215002799.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 27627
/proc/meminfo: memFree=1907136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=18572 CPUtime=0
/proc/27627/stat : 27627 (runsolver) R 27625 27627 26794 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979254155 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27627/statm: 4643 292 257 25 0 2626 0

[startup+0.0919611 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 27627
/proc/meminfo: memFree=1907136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.03
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979254155 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101962 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 27627
/proc/meminfo: memFree=1907136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.03
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979254155 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302004 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 27627
/proc/meminfo: memFree=1907136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.03
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979254155 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701074 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 27627
/proc/meminfo: memFree=1907136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.53
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 973 5201 0 1 3 0 47 3 16 0 1 0 1979254155 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 27649
/proc/meminfo: memFree=1897704/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.54
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 974 5201 0 1 4 0 47 3 15 0 1 0 1979254155 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 797 370 3 0 500 0
[pid=27640] ppid=27627 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (sh) S 27627 27627 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979254213 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27640/statm: 1339 233 193 169 0 50 0
[pid=27641] ppid=27640 vsize=868244 CPUtime=0.9
/proc/27641/stat : 27641 (java) S 27640 27627 26794 0 -1 0 7421 0 1 0 85 5 0 0 18 0 9 0 1979254213 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 217061 6629 2541 9 0 211636 0
[pid=27641/tid=27642] ppid=27640 vsize=868244 CPUtime=0.54
/proc/27641/task/27642/stat : 27642 (java) R 27640 27627 26794 0 -1 64 2676 0 1 0 52 2 0 0 23 0 9 0 1979254214 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4126478995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27643] ppid=27640 vsize=868244 CPUtime=0.12
/proc/27641/task/27643/stat : 27643 (java) S 27640 27627 26794 0 -1 64 2576 0 0 0 11 1 0 0 16 0 9 0 1979254215 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27640 vsize=868244 CPUtime=0
/proc/27641/task/27644/stat : 27644 (java) S 27640 27627 26794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979254215 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27640 vsize=868244 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27640 27627 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979254216 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27640 vsize=868244 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979254217 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27640 vsize=868244 CPUtime=0.21
/proc/27641/task/27647/stat : 27647 (java) S 27640 27627 26794 0 -1 64 1476 0 0 0 21 0 0 0 16 0 9 0 1979254217 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27640 vsize=868244 CPUtime=0
/proc/27641/task/27648/stat : 27648 (java) S 27640 27627 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979254218 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27640 vsize=868244 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979254218 889081856 6629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887200

[startup+3.10253 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27649
/proc/meminfo: memFree=1879848/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.54
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 974 5201 0 1 4 0 47 3 15 0 1 0 1979254155 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 797 370 3 0 500 0
[pid=27640] ppid=27627 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (sh) S 27627 27627 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979254213 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27640/statm: 1339 233 193 169 0 50 0
[pid=27641] ppid=27640 vsize=868468 CPUtime=2.47
/proc/27641/stat : 27641 (java) S 27640 27627 26794 0 -1 0 10331 0 1 0 235 12 0 0 18 0 9 0 1979254213 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 217117 9250 2565 9 0 211664 0
[pid=27641/tid=27642] ppid=27640 vsize=868468 CPUtime=1.62
/proc/27641/task/27642/stat : 27642 (java) R 27640 27627 26794 0 -1 64 2986 0 1 0 156 6 0 0 25 0 9 0 1979254214 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4127091225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27643] ppid=27640 vsize=868468 CPUtime=0.51
/proc/27641/task/27643/stat : 27643 (java) S 27640 27627 26794 0 -1 64 5117 0 0 0 48 3 0 0 16 0 9 0 1979254215 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27644/stat : 27644 (java) S 27640 27627 26794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979254215 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27640 27627 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979254216 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979254217 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27640 vsize=868468 CPUtime=0.31
/proc/27641/task/27647/stat : 27647 (java) S 27640 27627 26794 0 -1 64 1535 0 0 0 30 1 0 0 15 0 9 0 1979254217 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27648/stat : 27648 (java) S 27640 27627 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979254218 889311232 9250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979254218 889311232 9250 996147200 134512640 134550740 4294955952 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) 887424

[startup+6.30213 s]
/proc/loadavg: 2.07 1.99 1.99 3/84 27649
/proc/meminfo: memFree=1846504/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=0.54
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 974 5201 0 1 4 0 47 3 15 0 1 0 1979254155 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 797 370 3 0 500 0
[pid=27640] ppid=27627 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (sh) S 27627 27627 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979254213 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27640/statm: 1339 233 193 169 0 50 0
[pid=27641] ppid=27640 vsize=868468 CPUtime=5.63
/proc/27641/stat : 27641 (java) S 27640 27627 26794 0 -1 0 10881 0 1 0 527 36 0 0 18 0 9 0 1979254213 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 217117 9255 2565 9 0 211664 0
[pid=27641/tid=27642] ppid=27640 vsize=868468 CPUtime=4.62
/proc/27641/task/27642/stat : 27642 (java) R 27640 27627 26794 0 -1 64 3532 0 1 0 434 28 0 0 25 0 9 0 1979254214 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4127091295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27643] ppid=27640 vsize=868468 CPUtime=0.68
/proc/27641/task/27643/stat : 27643 (java) S 27640 27627 26794 0 -1 64 5117 0 0 0 62 6 0 0 16 0 9 0 1979254215 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27644/stat : 27644 (java) S 27640 27627 26794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979254215 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27640 27627 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979254216 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979254217 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27640 vsize=868468 CPUtime=0.31
/proc/27641/task/27647/stat : 27647 (java) S 27640 27627 26794 0 -1 64 1539 0 0 0 30 1 0 0 16 0 9 0 1979254217 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27648/stat : 27648 (java) S 27640 27627 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979254218 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27640 vsize=868468 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27640 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979254218 889311232 9255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887424

[startup+12.7023 s]
/proc/loadavg: 2.07 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1739112/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=119276 CPUtime=5.09
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 28352 0 0 0 488 21 0 0 25 0 1 0 1979254907 122138624 28338 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 29819 28338 76 150 0 29666 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 138232

[startup+25.5018 s]
/proc/loadavg: 2.05 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1738152/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=120200 CPUtime=17.77
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 28575 0 0 0 1756 21 0 0 25 0 1 0 1979254907 123084800 28561 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 30050 28561 76 150 0 29897 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 139156

[startup+51.1016 s]
/proc/loadavg: 2.03 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1737000/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=121536 CPUtime=43.13
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 28900 0 0 0 4291 22 0 0 25 0 1 0 1979254907 124452864 28886 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 30384 28886 76 150 0 30231 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 140492

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1735208/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0

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

/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=125444 CPUtime=212.7
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 29877 0 0 0 21247 23 0 0 25 0 1 0 1979254907 128454656 29863 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31361 29863 76 150 0 31208 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 144400

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

[startup+230.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1732712/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=125708 CPUtime=220.63
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 29917 0 0 0 22040 23 0 0 25 0 1 0 1979254907 128724992 29903 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31427 29903 76 150 0 31274 0
Current children cumulated CPU time (s) 227.97
Current children cumulated vsize (KiB) 144664

[startup+255.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1732136/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=126236 CPUtime=245.99
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 30061 0 0 0 24576 23 0 0 25 0 1 0 1979254907 129265664 30047 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31559 30047 76 150 0 31406 0
Current children cumulated CPU time (s) 253.33
Current children cumulated vsize (KiB) 145192

[startup+262.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1732008/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=126368 CPUtime=252.33
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 30097 0 0 0 25210 23 0 0 25 0 1 0 1979254907 129400832 30083 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31592 30083 76 150 0 31439 0
Current children cumulated CPU time (s) 259.67
Current children cumulated vsize (KiB) 145324

[startup+265.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1731944/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=126368 CPUtime=255.5
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 30113 0 0 0 25527 23 0 0 25 0 1 0 1979254907 129400832 30099 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31592 30099 76 150 0 31439 0
Current children cumulated CPU time (s) 262.84
Current children cumulated vsize (KiB) 145324

[startup+267.102 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1731944/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=126500 CPUtime=257.08
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 30123 0 0 0 25685 23 0 0 25 0 1 0 1979254907 129536000 30109 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31625 30109 76 150 0 31472 0
Current children cumulated CPU time (s) 264.42
Current children cumulated vsize (KiB) 145456

[startup+268.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27651
/proc/meminfo: memFree=1731816/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=7.34
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1033 16575 0 2 4 0 680 50 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27650] ppid=27627 vsize=5356 CPUtime=0
/proc/27650/stat : 27650 (sh) S 27627 27627 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979254907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27650/statm: 1339 232 193 169 0 50 0
[pid=27651] ppid=27650 vsize=126500 CPUtime=258.67
/proc/27651/stat : 27651 (minisat) R 27650 27627 26794 0 -1 4194304 30134 0 0 0 25844 23 0 0 25 0 1 0 1979254907 129536000 30120 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27651/statm: 31625 30120 76 150 0 31472 0
Current children cumulated CPU time (s) 266.01
Current children cumulated vsize (KiB) 145456

[startup+269.508 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 27661
/proc/meminfo: memFree=1846248/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=266.5
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1090 47053 0 2 4 0 26570 76 16 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27652] ppid=27627 vsize=5356 CPUtime=0
/proc/27652/stat : 27652 (sh) S 27627 27627 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979281074 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27652/statm: 1339 233 193 169 0 50 0
[pid=27653] ppid=27652 vsize=863720 CPUtime=0.28
/proc/27653/stat : 27653 (java) S 27652 27627 26794 0 -1 0 3498 0 1 0 26 2 0 0 18 0 9 0 1979281075 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27653/statm: 215930 2971 1661 9 0 210512 0
[pid=27653/tid=27654] ppid=27652 vsize=863720 CPUtime=0.25
/proc/27653/task/27654/stat : 27654 (java) R 27652 27627 26794 0 -1 64 2457 0 1 0 24 1 0 0 19 0 9 0 1979281076 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4125962133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27655] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27655/stat : 27655 (java) S 27652 27627 26794 0 -1 64 123 0 0 0 0 0 0 0 16 0 9 0 1979281077 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27656] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27656/stat : 27656 (java) S 27652 27627 26794 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1979281077 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27657] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27657/stat : 27657 (java) S 27652 27627 26794 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979281077 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27658] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27658/stat : 27658 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979281079 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27659] ppid=27652 vsize=863720 CPUtime=0.02
/proc/27653/task/27659/stat : 27659 (java) R 27652 27627 26794 0 -1 64 226 0 0 0 2 0 0 0 19 0 9 0 1979281079 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 101997057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27660] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27660/stat : 27660 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979281079 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27661] ppid=27652 vsize=863720 CPUtime=0
/proc/27653/task/27661/stat : 27661 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979281079 884449280 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.78
Current children cumulated vsize (KiB) 882676

[startup+269.703 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 27661
/proc/meminfo: memFree=1846248/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=266.5
/proc/27627/stat : 27627 (sugar) S 27625 27627 26794 0 -1 4194304 1090 47053 0 2 4 0 26570 76 15 0 1 0 1979254155 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27627/statm: 3400 799 370 3 0 500 0
[pid=27652] ppid=27627 vsize=5356 CPUtime=0
/proc/27652/stat : 27652 (sh) S 27627 27627 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979281074 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27652/statm: 1339 233 193 169 0 50 0
[pid=27653] ppid=27652 vsize=864040 CPUtime=0.47
/proc/27653/stat : 27653 (java) S 27652 27627 26794 0 -1 0 3581 0 1 0 45 2 0 0 18 0 9 0 1979281075 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27653/statm: 216010 3054 1670 9 0 210592 0
[pid=27653/tid=27654] ppid=27652 vsize=864040 CPUtime=0.41
/proc/27653/task/27654/stat : 27654 (java) R 27652 27627 26794 0 -1 64 2460 0 1 0 40 1 0 0 20 0 9 0 1979281076 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27655] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27655/stat : 27655 (java) S 27652 27627 26794 0 -1 64 123 0 0 0 0 0 0 0 16 0 9 0 1979281077 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27656] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27656/stat : 27656 (java) S 27652 27627 26794 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1979281077 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27657] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27657/stat : 27657 (java) S 27652 27627 26794 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979281077 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27658] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27658/stat : 27658 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979281079 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27659] ppid=27652 vsize=864040 CPUtime=0.05
/proc/27653/task/27659/stat : 27659 (java) S 27652 27627 26794 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 1979281079 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27660] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27660/stat : 27660 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979281079 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27653/tid=27661] ppid=27652 vsize=864040 CPUtime=0
/proc/27653/task/27661/stat : 27661 (java) S 27652 27627 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979281079 884776960 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.97
Current children cumulated vsize (KiB) 882996

[startup+269.803 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 27661
/proc/meminfo: memFree=1846248/2055920 swapFree=4180412/4192956
[pid=27627] ppid=27625 vsize=13600 CPUtime=267.08
/proc/27627/stat : 27627 (sugar) R 27625 27627 26794 0 -1 4194304 1119 50990 0 3 5 4 26620 79 16 0 1 0 1979254155 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27627/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 267.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 269.81
CPU time (s): 267.101
CPU user time (s): 266.258
CPU system time (s): 0.843871
CPU usage (%): 98.9963
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.258
system time used= 0.843871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52139
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= 10340
involuntary context switches= 15803

runsolver used 0.341948 second user time and 0.902862 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-02 14:46:39
IDJOB=1042210
IDBENCH=53883
IDSOLVER=346
FILE ID=node21/1042210-1215002799
PBS_JOBID= 7870880
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-25-25.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042210-1215002799/watcher-1042210-1215002799 -o /tmp/evaluation-result-1042210-1215002799/solver-1042210-1215002799 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1042210-1215002799.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 59d56c349f47c5f1affad53bdd346c6f
RANDOM SEED=1912826900

node21.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1907616 kB
Buffers:          6540 kB
Cached:          59320 kB
SwapCached:       6560 kB
Active:          69200 kB
Inactive:        17508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907616 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          27420 kB
Slab:            46936 kB
Committed_AS:  3421004 kB
PageTables:       1804 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= 66552 MiB
End job on node21 at 2008-07-02 14:51:09