Trace number 2065164

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 24.4143 24.6769

General information on the benchmark

Namecsp/fischer/
normalized-fischer-6-1-fair.xml
MD5SUM6cf4a8755d14e295041255cbe7b19887
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.180972
Satisfiable
(Un)Satisfiability was proved
Number of variables1975
Number of constraints1857
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1857
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 20:46:21 2009
0.05/0.07	c 0	PID 15960
0.05/0.08	c 0	HOST node49.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065164-1247337980.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065164-1247337980.xml' 'HOME/temp.csp'
0.06/0.54	c 0	3 domains, 1975 variables, 9 predicates, 0 relations, 1857 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.63	c 0	Parsing HOME/temp.csp
0.51/0.87	c 0	parsed 3844 expressions
0.51/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.88	c 0	Converting to clausal form CSP
0.51/0.90	c 0	converted 385 (10%) expressions
0.51/0.91	c 0	converted 769 (20%) expressions
0.51/0.91	c 0	converted 1154 (30%) expressions
0.51/0.92	c 0	converted 1538 (40%) expressions
0.51/0.92	c 0	converted 1922 (50%) expressions
0.94/1.07	c 1	converted 2307 (60%) expressions
1.04/1.15	c 1	converted 2691 (70%) expressions
1.13/1.20	c 1	converted 3076 (80%) expressions
1.13/1.25	c 1	converted 3460 (90%) expressions
1.24/1.34	c 1	converted 3844 (100%) expressions
1.24/1.34	c 1	CSP : 3401 integers, 148 booleans, 8298 clauses, largest domain size 20001
1.24/1.34	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.34	c 1	Propagation in CSP
6.11/6.24	c 6	23121526 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.11/6.25	c 6	CSP : 3401 integers, 148 booleans, 8298 clauses, largest domain size 20001
6.11/6.25	c 6	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.11/6.25	c 6	Simplifing CSP by introducing new Boolean variables
6.11/6.28	c 6	CSP : 3401 integers, 3050 booleans, 11200 clauses, largest domain size 20001
6.11/6.28	c 6	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.21/6.34	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.21/6.37	c 6	341 (10%) CSP integer variables are encoded (5180 clauses, 65201 bytes)
6.61/6.77	c 6	681 (20%) CSP integer variables are encoded (309140 clauses, 5034013 bytes)
6.71/6.85	c 6	1021 (30%) CSP integer variables are encoded (369932 clauses, 6067477 bytes)
7.40/7.56	c 7	1361 (40%) CSP integer variables are encoded (909878 clauses, 15246559 bytes)
7.51/7.65	c 7	1701 (50%) CSP integer variables are encoded (974654 clauses, 16347751 bytes)
7.51/7.65	c 7	2041 (60%) CSP integer variables are encoded (974654 clauses, 16347751 bytes)
7.60/7.77	c 7	2381 (70%) CSP integer variables are encoded (1064636 clauses, 18008098 bytes)
7.70/7.81	c 7	2721 (80%) CSP integer variables are encoded (1094630 clauses, 18577984 bytes)
7.90/8.05	c 8	3061 (90%) CSP integer variables are encoded (1274606 clauses, 21997528 bytes)
7.90/8.05	c 8	3401 (100%) CSP integer variables are encoded (1274606 clauses, 21997528 bytes)
11.98/12.18	c 12	1120 (10%) CSP clauses are encoded (3641504 clauses, 67357890 bytes)
12.58/12.76	c 12	2240 (20%) CSP clauses are encoded (3967458 clauses, 73701794 bytes)
13.05/13.22	c 13	3360 (30%) CSP clauses are encoded (4247905 clauses, 79161739 bytes)
13.24/13.43	c 13	4480 (40%) CSP clauses are encoded (4368216 clauses, 81597470 bytes)
13.34/13.57	c 13	5600 (50%) CSP clauses are encoded (4448579 clauses, 83224297 bytes)
13.34/13.57	c 13	6720 (60%) CSP clauses are encoded (4449077 clauses, 83234004 bytes)
13.34/13.58	c 13	7840 (70%) CSP clauses are encoded (4449556 clauses, 83243330 bytes)
14.73/14.94	c 15	8960 (80%) CSP clauses are encoded (5289991 clauses, 100531687 bytes)
14.73/14.94	c 15	10080 (90%) CSP clauses are encoded (5290321 clauses, 100537845 bytes)
14.73/14.98	c 15	11200 (100%) CSP clauses are encoded (5300267 clauses, 100793750 bytes)
14.73/14.98	c 15	11200 CSP clauses encoded
14.73/14.98	c 15	Writing map file : HOME/temp.map
14.73/14.99	c 15	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.73/14.99	c 15	SAT : 1278522 SAT variables, 5300267 SAT clauses, 100793750 bytes
14.73/14.99	c 15	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.82/15.03	c 15	SOLVING HOME/temp.cnf
14.82/15.03	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.82/15.04	c 15	This is MiniSat 2.0 beta
14.82/15.04	c 15	WARNING: for repeatability, setting FPU to use double precision
14.82/15.04	c 15	============================[ Problem Statistics ]=============================
14.82/15.04	c 15	|                                                                             |
14.82/15.04	c 15	|  Number of variables:  1278522                                              |
14.82/15.04	c 15	|  Number of clauses:    5300267                                              |
17.57/17.82	c 17	|  Parsing time:         2.34         s                                       |
17.87/18.11	c 18	============================[ Search Statistics ]==============================
17.87/18.11	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.87/18.11	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.87/18.11	c 18	===============================================================================
17.87/18.11	c 18	|         0 | 1177646  5139051 13046167 |  1713017        0    nan |  0.000 % |
20.84/21.14	c 21	|       100 | 1095661  5139051 13046167 |  1884318       71      2 | 30.992 % |
22.03/22.38	c 22	===============================================================================
22.13/22.44	c 22	restarts              : 2
22.13/22.44	c 22	conflicts             : 121            (18 /sec)
22.13/22.44	c 22	decisions             : 4524           (0.22 % random) (655 /sec)
22.13/22.44	c 22	propagations          : 11190250       (1620378 /sec)
22.13/22.44	c 22	conflict literals     : 214            (0.93 % deleted)
22.13/22.44	c 22	Memory used           : 306.77 MB
22.13/22.44	c 22	CPU time              : 6.90595 s
22.13/22.44	c 22	
22.63/22.94	c 23	SATISFIABLE
22.63/22.99	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.63/22.99	c 23	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'
22.75/23.07	c 23	Decoding HOME/temp.out
24.14/24.49	s SATISFIABLE
24.24/24.57	v 10 100 100 100 100 100 100 100 100 100 100 100 100 100 100 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1
24.24/24.58	c 24	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.33/24.61	c 24	CPU 24.33 (0.06 0.02 22.74 1.51)
24.33/24.61	c 24	END Sat Jul 11 20:46:45 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065164-1247337980/watcher-2065164-1247337980 -o /tmp/evaluation-result-2065164-1247337980/solver-2065164-1247337980 -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-2065164-1247337980.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.00 2.00 2.00 4/81 15960
/proc/meminfo: memFree=1875416/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=18576 CPUtime=0
/proc/15960/stat : 15960 (runsolver) R 15958 15960 15620 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20858397 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15960/statm: 4644 284 249 26 0 2626 0

[startup+0.069609 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15960
/proc/meminfo: memFree=1875416/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16476 CPUtime=0.05
/proc/15960/stat : 15960 (sugar) R 15958 15960 15620 0 -1 4194304 1034 0 0 0 4 1 0 0 18 0 1 0 20858397 16871424 1002 996147200 4194304 4206940 548682068608 18446744073709551615 224645425416 0 0 4224 0 0 0 0 17 0 0 0
/proc/15960/statm: 4119 1002 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.102613 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15960
/proc/meminfo: memFree=1875416/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.06
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302642 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15960
/proc/meminfo: memFree=1875416/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.06
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702705 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15960
/proc/meminfo: memFree=1875416/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.51
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1309 5391 0 1 5 1 41 4 16 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 15982
/proc/meminfo: memFree=1864768/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.51
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1310 5391 0 1 5 1 41 4 15 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
[pid=15973] ppid=15960 vsize=5356 CPUtime=0
/proc/15973/stat : 15973 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20858453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15973/statm: 1339 233 193 169 0 50 0
[pid=15974] ppid=15973 vsize=868600 CPUtime=0.93
/proc/15974/stat : 15974 (java) S 15973 15960 15620 0 -1 0 7447 0 1 0 90 3 0 0 19 0 9 0 20858453 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15974/statm: 217150 6671 2566 9 0 211655 0
[pid=15974/tid=15975] ppid=15973 vsize=868600 CPUtime=0.63
/proc/15974/task/15975/stat : 15975 (java) R 15973 15960 15620 0 -1 64 2701 0 1 0 62 1 0 0 21 0 9 0 20858454 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4126553566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15976] ppid=15973 vsize=868600 CPUtime=0.1
/proc/15974/task/15976/stat : 15976 (java) S 15973 15960 15620 0 -1 64 2569 0 0 0 10 0 0 0 16 0 9 0 20858455 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15977] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15977/stat : 15977 (java) S 15973 15960 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20858455 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15978] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15978/stat : 15978 (java) S 15973 15960 15620 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20858455 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15979] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15979/stat : 15979 (java) S 15973 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20858457 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15980] ppid=15973 vsize=868600 CPUtime=0.17
/proc/15974/task/15980/stat : 15980 (java) S 15973 15960 15620 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 20858457 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15981] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15981/stat : 15981 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20858457 889446400 6671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15982] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15982/stat : 15982 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20858457 889446400 6671 996147200 134512640 134550932 4294955936 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) 890824

[startup+3.10104 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15982
/proc/meminfo: memFree=1855424/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.51
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1310 5391 0 1 5 1 41 4 15 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
[pid=15973] ppid=15960 vsize=5356 CPUtime=0
/proc/15973/stat : 15973 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20858453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15973/statm: 1339 233 193 169 0 50 0
[pid=15974] ppid=15973 vsize=868600 CPUtime=2.52
/proc/15974/stat : 15974 (java) S 15973 15960 15620 0 -1 0 7685 0 1 0 246 6 0 0 19 0 9 0 20858453 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15974/statm: 217150 6677 2566 9 0 211655 0
[pid=15974/tid=15975] ppid=15973 vsize=868600 CPUtime=2.13
/proc/15974/task/15975/stat : 15975 (java) R 15973 15960 15620 0 -1 64 2933 0 1 0 211 2 0 0 25 0 9 0 20858454 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4126565532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15976] ppid=15973 vsize=868600 CPUtime=0.19
/proc/15974/task/15976/stat : 15976 (java) S 15973 15960 15620 0 -1 64 2575 0 0 0 17 2 0 0 16 0 9 0 20858455 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15977] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15977/stat : 15977 (java) S 15973 15960 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20858455 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15978] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15978/stat : 15978 (java) S 15973 15960 15620 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20858455 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15979] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15979/stat : 15979 (java) S 15973 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20858457 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15980] ppid=15973 vsize=868600 CPUtime=0.17
/proc/15974/task/15980/stat : 15980 (java) S 15973 15960 15620 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 20858457 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15981] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15981/stat : 15981 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20858457 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15982] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15982/stat : 15982 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20858457 889446400 6677 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890824

[startup+6.3025 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15982
/proc/meminfo: memFree=1855168/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.51
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1310 5391 0 1 5 1 41 4 16 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
[pid=15973] ppid=15960 vsize=5356 CPUtime=0
/proc/15973/stat : 15973 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20858453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15973/statm: 1339 233 193 169 0 50 0
[pid=15974] ppid=15973 vsize=868600 CPUtime=5.7
/proc/15974/stat : 15974 (java) S 15973 15960 15620 0 -1 0 8324 0 1 0 559 11 0 0 19 0 9 0 20858453 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15974/statm: 217150 6857 2567 9 0 211655 0
[pid=15974/tid=15975] ppid=15973 vsize=868600 CPUtime=5.11
/proc/15974/task/15975/stat : 15975 (java) R 15973 15960 15620 0 -1 64 3395 0 1 0 508 3 0 0 25 0 9 0 20858454 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15976] ppid=15973 vsize=868600 CPUtime=0.38
/proc/15974/task/15976/stat : 15976 (java) R 15973 15960 15620 0 -1 64 2747 0 0 0 33 5 0 0 16 0 9 0 20858455 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 103732081 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15977] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15977/stat : 15977 (java) S 15973 15960 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20858455 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15978] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15978/stat : 15978 (java) S 15973 15960 15620 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20858455 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15979] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15979/stat : 15979 (java) S 15973 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20858457 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15980] ppid=15973 vsize=868600 CPUtime=0.17
/proc/15974/task/15980/stat : 15980 (java) S 15973 15960 15620 0 -1 64 1484 0 0 0 17 0 0 0 16 0 9 0 20858457 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15981] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15981/stat : 15981 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20858457 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15982] ppid=15973 vsize=868600 CPUtime=0
/proc/15974/task/15982/stat : 15982 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20858457 889446400 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890824

[startup+12.7024 s]
/proc/loadavg: 2.14 2.03 2.01 3/92 15982
/proc/meminfo: memFree=1789384/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=0.51
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1310 5391 0 1 5 1 41 4 16 0 1 0 20858397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1111 409 3 0 796 0
[pid=15973] ppid=15960 vsize=5356 CPUtime=0
/proc/15973/stat : 15973 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20858453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15973/statm: 1339 233 193 169 0 50 0
[pid=15974] ppid=15973 vsize=868712 CPUtime=12.07
/proc/15974/stat : 15974 (java) S 15973 15960 15620 0 -1 0 10379 0 1 0 1141 66 0 0 19 0 9 0 20858453 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15974/statm: 217178 6922 2591 9 0 211655 0
[pid=15974/tid=15975] ppid=15973 vsize=868712 CPUtime=10.92
/proc/15974/task/15975/stat : 15975 (java) R 15973 15960 15620 0 -1 64 5423 0 1 0 1043 49 0 0 25 0 9 0 20858454 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4126943183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15976] ppid=15973 vsize=868712 CPUtime=0.9
/proc/15974/task/15976/stat : 15976 (java) S 15973 15960 15620 0 -1 64 2747 0 0 0 75 15 0 0 16 0 9 0 20858455 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15977] ppid=15973 vsize=868712 CPUtime=0
/proc/15974/task/15977/stat : 15977 (java) S 15973 15960 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20858455 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15978] ppid=15973 vsize=868712 CPUtime=0
/proc/15974/task/15978/stat : 15978 (java) S 15973 15960 15620 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20858455 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15979] ppid=15973 vsize=868712 CPUtime=0
/proc/15974/task/15979/stat : 15979 (java) S 15973 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20858457 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15980] ppid=15973 vsize=868712 CPUtime=0.22
/proc/15974/task/15980/stat : 15980 (java) S 15973 15960 15620 0 -1 64 1511 0 0 0 22 0 0 0 16 0 9 0 20858457 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15981] ppid=15973 vsize=868712 CPUtime=0
/proc/15974/task/15981/stat : 15981 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20858457 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15974/tid=15982] ppid=15973 vsize=868712 CPUtime=0
/proc/15974/task/15982/stat : 15982 (java) S 15973 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20858457 889561088 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890936

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

[startup+19.1013 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 15984
/proc/meminfo: memFree=1486856/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=14.84
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1376 16759 0 2 5 1 1384 94 15 0 1 0 20858397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1113 409 3 0 796 0
[pid=15983] ppid=15960 vsize=5356 CPUtime=0
/proc/15983/stat : 15983 (sh) S 15960 15960 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20859901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15983/statm: 1339 232 193 169 0 50 0
[pid=15984] ppid=15983 vsize=308224 CPUtime=4.02
/proc/15984/stat : 15984 (minisat) R 15983 15960 15620 0 -1 4194304 71797 0 0 0 359 43 0 0 25 0 1 0 20859901 315621376 71783 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15984/statm: 77056 71784 72 150 0 76903 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 330448

[startup+22.3018 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 15984
/proc/meminfo: memFree=1481608/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=14.84
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1376 16759 0 2 5 1 1384 94 16 0 1 0 20858397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1113 409 3 0 796 0
[pid=15983] ppid=15960 vsize=5356 CPUtime=0
/proc/15983/stat : 15983 (sh) S 15960 15960 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20859901 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15983/statm: 1339 232 193 169 0 50 0
[pid=15984] ppid=15983 vsize=312740 CPUtime=7.19
/proc/15984/stat : 15984 (minisat) R 15983 15960 15620 0 -1 4194304 72719 0 0 0 676 43 0 0 25 0 1 0 20859901 320245760 72705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15984/statm: 78185 72705 75 150 0 78032 0
Current children cumulated CPU time (s) 22.03
Current children cumulated vsize (KiB) 334964

[startup+23.902 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 15986
/proc/meminfo: memFree=1763208/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=22.75
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1448 90088 0 2 5 1 2122 147 16 0 1 0 20858397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1113 409 3 0 796 0
[pid=15985] ppid=15960 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20860697 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=862288 CPUtime=0.89
/proc/15986/stat : 15986 (java) S 15985 15960 15620 0 -1 0 3250 0 1 0 87 2 0 0 18 0 9 0 20860697 882982912 2718 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15986/statm: 215572 2718 1281 9 0 210485 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 884512

[startup+24.3021 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 15994
/proc/meminfo: memFree=1757320/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=22.75
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1448 90088 0 2 5 1 2122 147 16 0 1 0 20858397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1113 409 3 0 796 0
[pid=15985] ppid=15960 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20860697 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=862288 CPUtime=1.29
/proc/15986/stat : 15986 (java) S 15985 15960 15620 0 -1 0 3252 0 1 0 126 3 0 0 18 0 9 0 20860697 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15986/statm: 215572 2720 1281 9 0 210485 0
[pid=15986/tid=15987] ppid=15985 vsize=862288 CPUtime=1.18
/proc/15986/task/15987/stat : 15987 (java) R 15985 15960 15620 0 -1 64 2046 0 1 0 116 2 0 0 25 0 9 0 20860698 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4126571155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15988] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15988/stat : 15988 (java) S 15985 15960 15620 0 -1 64 168 0 0 0 0 0 0 0 16 0 9 0 20860699 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15989] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15989/stat : 15989 (java) S 15985 15960 15620 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20860699 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15990] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15990/stat : 15990 (java) S 15985 15960 15620 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20860699 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15991] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15991/stat : 15991 (java) S 15985 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20860701 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15992] ppid=15985 vsize=862288 CPUtime=0.08
/proc/15986/task/15992/stat : 15992 (java) S 15985 15960 15620 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 20860701 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15993] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15993/stat : 15993 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20860701 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15994] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15994/stat : 15994 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20860701 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 884512

[startup+24.5021 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 15994
/proc/meminfo: memFree=1757320/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=22.75
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1449 90088 0 2 5 1 2122 147 16 0 1 0 20858397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1113 409 3 0 796 0
[pid=15985] ppid=15960 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20860697 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=862288 CPUtime=1.49
/proc/15986/stat : 15986 (java) S 15985 15960 15620 0 -1 0 3258 0 1 0 146 3 0 0 18 0 9 0 20860697 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15986/statm: 215572 2725 1284 9 0 210485 0
[pid=15986/tid=15987] ppid=15985 vsize=862288 CPUtime=1.37
/proc/15986/task/15987/stat : 15987 (java) R 15985 15960 15620 0 -1 64 2049 0 1 0 135 2 0 0 25 0 9 0 20860698 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15988] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15988/stat : 15988 (java) S 15985 15960 15620 0 -1 64 168 0 0 0 0 0 0 0 17 0 9 0 20860699 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15989] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15989/stat : 15989 (java) S 15985 15960 15620 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20860699 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15990] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15990/stat : 15990 (java) S 15985 15960 15620 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20860699 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15991] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15991/stat : 15991 (java) S 15985 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20860701 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15992] ppid=15985 vsize=862288 CPUtime=0.09
/proc/15986/task/15992/stat : 15992 (java) S 15985 15960 15620 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 20860701 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15993] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15993/stat : 15993 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20860701 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15994] ppid=15985 vsize=862288 CPUtime=0
/proc/15986/task/15994/stat : 15994 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20860701 882982912 2725 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 884512

[startup+24.6021 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 15994
/proc/meminfo: memFree=1757320/2055920 swapFree=4192812/4192956
[pid=15960] ppid=15958 vsize=16868 CPUtime=22.77
/proc/15960/stat : 15960 (sugar) S 15958 15960 15620 0 -1 4194304 1452 90088 0 2 6 2 2122 147 16 0 1 0 20858397 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15960/statm: 4217 1114 409 3 0 796 0
[pid=15985] ppid=15960 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15960 15960 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20860697 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=864276 CPUtime=1.56
/proc/15986/stat : 15986 (java) S 15985 15960 15620 0 -1 0 3790 0 1 0 152 4 0 0 18 0 9 0 20860697 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15986/statm: 216069 3252 1718 9 0 210574 0
[pid=15986/tid=15987] ppid=15985 vsize=864276 CPUtime=1.43
/proc/15986/task/15987/stat : 15987 (java) S 15985 15960 15620 0 -1 64 2572 0 1 0 140 3 0 0 25 0 9 0 20860698 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15988] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15988/stat : 15988 (java) S 15985 15960 15620 0 -1 64 168 0 0 0 0 0 0 0 17 0 9 0 20860699 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15989] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15989/stat : 15989 (java) S 15985 15960 15620 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20860699 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15990] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15990/stat : 15990 (java) S 15985 15960 15620 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20860699 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15991] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15991/stat : 15991 (java) S 15985 15960 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20860701 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15992] ppid=15985 vsize=864276 CPUtime=0.1
/proc/15986/task/15992/stat : 15992 (java) S 15985 15960 15620 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 20860701 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15993] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15993/stat : 15993 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20860701 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15986/tid=15994] ppid=15985 vsize=864276 CPUtime=0
/proc/15986/task/15994/stat : 15994 (java) S 15985 15960 15620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20860701 885018624 3252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 886500

Child status: 0
Real time (s): 24.6769
CPU time (s): 24.4143
CPU user time (s): 22.8085
CPU system time (s): 1.60576
CPU usage (%): 98.9357
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.8085
system time used= 1.60575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95707
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= 34728
involuntary context switches= 35268

runsolver used 0.038994 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 20:46:21
IDJOB=2065164
IDBENCH=54321
IDSOLVER=739
FILE ID=node49/2065164-1247337980
PBS_JOBID= 9506709
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-6-1-fair.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-2065164-1247337980/watcher-2065164-1247337980 -o /tmp/evaluation-result-2065164-1247337980/solver-2065164-1247337980 -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-2065164-1247337980.xml

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

MD5SUM BENCH= 6cf4a8755d14e295041255cbe7b19887
RANDOM SEED=1215029430

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1875896 kB
Buffers:          9776 kB
Cached:          55708 kB
SwapCached:          0 kB
Active:         106540 kB
Inactive:        22624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          84052 kB
Slab:            35668 kB
Committed_AS:   252152 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node49 at 2009-07-11 20:46:45