Trace number 2066748

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 337.896 341.28

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32d3.xml
MD5SUMf353575d792814fcacfff24a3e355536
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 benchmark15.4017
Satisfiable
(Un)Satisfiability was proved
Number of variables1648
Number of constraints20302
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20302
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:19:29 2009
0.00/0.08	c 0	PID 16726
0.07/0.08	c 0	HOST node3.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066748-1247343569.xml TO HOME/temp.csp
0.07/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-2066748-1247343569.xml' 'HOME/temp.csp'
1.36/1.48	c 1	1 domains, 1648 variables, 4 predicates, 0 relations, 20302 constraints
1.45/1.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.45/1.58	c 2	Parsing HOME/temp.csp
1.45/1.73	c 2	parsed 10000 expressions
1.45/1.85	c 2	parsed 20000 expressions
1.45/1.97	c 2	parsed 21955 expressions
1.45/1.98	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.98	c 2	Converting to clausal form CSP
2.02/2.14	c 2	converted 2196 (10%) expressions
2.13/2.27	c 2	converted 4391 (20%) expressions
2.22/2.32	c 2	converted 6587 (30%) expressions
2.22/2.37	c 2	converted 8782 (40%) expressions
2.32/2.41	c 2	converted 10978 (50%) expressions
2.32/2.45	c 2	converted 13173 (60%) expressions
2.42/2.57	c 3	converted 15369 (70%) expressions
2.52/2.61	c 3	converted 17564 (80%) expressions
2.52/2.65	c 3	converted 19760 (90%) expressions
3.81/3.92	c 4	converted 21955 (100%) expressions
3.81/3.92	c 4	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
3.81/3.92	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.92	c 4	Propagation in CSP
4.10/4.21	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.10/4.22	c 4	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
4.10/4.22	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.10/4.24	c 4	Simplifing CSP by introducing new Boolean variables
4.10/4.26	c 4	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
4.10/4.26	c 4	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.40	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.30/4.41	c 4	888 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.30/4.42	c 4	1775 (20%) CSP integer variables are encoded (851 clauses, 11127 bytes)
4.30/4.43	c 4	2662 (30%) CSP integer variables are encoded (6806 clauses, 88542 bytes)
4.30/4.44	c 4	3549 (40%) CSP integer variables are encoded (12761 clauses, 176944 bytes)
4.30/4.45	c 4	4436 (50%) CSP integer variables are encoded (18715 clauses, 266254 bytes)
4.30/4.47	c 4	5324 (60%) CSP integer variables are encoded (24680 clauses, 355729 bytes)
4.30/4.48	c 4	6211 (70%) CSP integer variables are encoded (30635 clauses, 445054 bytes)
4.30/4.49	c 4	7098 (80%) CSP integer variables are encoded (36590 clauses, 534379 bytes)
4.39/4.50	c 4	7985 (90%) CSP integer variables are encoded (42544 clauses, 623689 bytes)
4.39/4.51	c 4	8872 (100%) CSP integer variables are encoded (48504 clauses, 713089 bytes)
4.39/4.56	c 5	3475 (10%) CSP clauses are encoded (51979 clauses, 752691 bytes)
4.39/4.58	c 5	6950 (20%) CSP clauses are encoded (55454 clauses, 796082 bytes)
4.50/4.60	c 5	10425 (30%) CSP clauses are encoded (58929 clauses, 839625 bytes)
4.50/4.63	c 5	13900 (40%) CSP clauses are encoded (62404 clauses, 883168 bytes)
4.50/4.65	c 5	17375 (50%) CSP clauses are encoded (65879 clauses, 926735 bytes)
9.84/10.02	c 10	20850 (60%) CSP clauses are encoded (339638 clauses, 7564686 bytes)
21.62/21.94	c 22	24325 (70%) CSP clauses are encoded (939593 clauses, 23302515 bytes)
33.60/34.08	c 34	27800 (80%) CSP clauses are encoded (1537648 clauses, 40596340 bytes)
45.68/46.24	c 46	31275 (90%) CSP clauses are encoded (2137603 clauses, 57950435 bytes)
57.75/58.44	c 58	34750 (100%) CSP clauses are encoded (2737558 clauses, 75304500 bytes)
57.75/58.44	c 58	34750 CSP clauses encoded
57.75/58.44	c 58	Writing map file : HOME/temp.map
57.75/58.46	c 58	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.75/58.46	c 58	SAT : 57376 SAT variables, 2737558 SAT clauses, 75304500 bytes
57.75/58.46	c 58	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.81/58.51	c 58	SOLVING HOME/temp.cnf
57.81/58.51	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.81/58.51	c 58	This is MiniSat 2.0 beta
57.81/58.51	c 58	WARNING: for repeatability, setting FPU to use double precision
57.81/58.51	c 58	============================[ Problem Statistics ]=============================
57.81/58.51	c 58	|                                                                             |
57.81/58.51	c 58	|  Number of variables:  57376                                                |
57.81/58.51	c 58	|  Number of clauses:    2737558                                              |
59.60/60.30	c 60	|  Parsing time:         1.56         s                                       |
59.70/60.43	c 60	============================[ Search Statistics ]==============================
59.70/60.43	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.70/60.43	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.70/60.43	c 60	===============================================================================
59.70/60.43	c 60	|         0 |   57376  2737558 14791264 |   912519        0    nan |  0.000 % |
59.99/60.78	c 61	|       100 |   57376  2737558 14791264 |  1003771      100      8 |  0.000 % |
62.67/63.44	c 63	|       250 |   57376  2737558 14791264 |  1104148      250     18 |  0.000 % |
66.34/67.16	c 67	|       476 |   57376  2737558 14791264 |  1214563      476     27 |  0.000 % |
72.48/73.31	c 73	|       813 |   57376  2737558 14791264 |  1336019      813     25 |  0.000 % |
81.78/82.75	c 83	|      1319 |   57376  2737558 14791264 |  1469621     1319     26 |  0.000 % |
96.25/97.34	c 97	|      2078 |   57376  2737558 14791264 |  1616583     2078     25 |  0.000 % |
121.11/122.46	c 122	|      3217 |   57376  2737558 14791264 |  1778242     3217     25 |  0.000 % |
159.05/160.74	c 161	|      4926 |   57172  2702175 14573110 |  1956066     4789     26 |  0.356 % |
220.46/222.72	c 223	|      7488 |   56972  2680678 14444094 |  2151672     6816     27 |  0.704 % |
330.91/334.27	c 334	|     11335 |   56296  2466732 13092258 |  2366840     9737     27 |  1.882 % |
337.25/340.61	c 341	===============================================================================
337.25/340.61	c 341	restarts              : 11
337.25/340.61	c 341	conflicts             : 11611          (42 /sec)
337.25/340.61	c 341	decisions             : 15186          (1.30 % random) (54 /sec)
337.25/340.61	c 341	propagations          : 89492927       (320542 /sec)
337.25/340.61	c 341	conflict literals     : 295700         (30.39 % deleted)
337.25/340.61	c 341	Memory used           : 162.88 MB
337.25/340.61	c 341	CPU time              : 279.193 s
337.25/340.61	c 341	
337.25/340.64	c 341	SATISFIABLE
337.25/340.67	c 341	DECODING HOME/temp.out WITH HOME/temp.map
337.25/340.67	c 341	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'
337.33/340.76	c 341	Decoding HOME/temp.out
337.73/341.10	s SATISFIABLE
337.73/341.18	v 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0
337.73/341.19	c 341	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
337.81/341.24	c 341	CPU 337.83 (0.07 0.01 336.65 1.1)
337.81/341.24	c 341	END Sat Jul 11 22:25:10 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-2066748-1247343569/watcher-2066748-1247343569 -o /tmp/evaluation-result-2066748-1247343569/solver-2066748-1247343569 -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-2066748-1247343569.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.11 2.04 2.01 4/73 16726
/proc/meminfo: memFree=1891040/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=12268 CPUtime=0
/proc/16726/stat : 16726 (sugar) R 16724 16726 15287 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 21424467 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16726/statm: 3067 316 241 3 0 167 0

[startup+0.08213 s]
/proc/loadavg: 2.11 2.04 2.01 4/73 16726
/proc/meminfo: memFree=1891040/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16740 CPUtime=0.07
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21424467 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100947 s]
/proc/loadavg: 2.11 2.04 2.01 4/73 16726
/proc/meminfo: memFree=1891040/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=0.07
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301963 s]
/proc/loadavg: 2.11 2.04 2.01 4/73 16726
/proc/meminfo: memFree=1891040/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=0.07
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702034 s]
/proc/loadavg: 2.11 2.04 2.01 4/73 16726
/proc/meminfo: memFree=1891040/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=0.07
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 2.11 2.04 2.01 4/84 16738
/proc/meminfo: memFree=1855176/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=0.07
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
[pid=16729] ppid=16726 vsize=5356 CPUtime=0
/proc/16729/stat : 16729 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21424475 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16729/statm: 1339 233 193 169 0 50 0
[pid=16730] ppid=16729 vsize=0 CPUtime=1.38
/proc/16730/stat : 16730 (java) Z 16729 16726 15287 0 -1 12 13324 0 1 0 130 8 0 0 16 0 2 0 21424476 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16730/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22224

[startup+3.10242 s]
/proc/loadavg: 2.11 2.04 2.01 3/84 16748
/proc/meminfo: memFree=1872008/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=1.45
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1309 13737 0 1 6 1 130 8 15 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
[pid=16739] ppid=16726 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424617 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 233 193 169 0 50 0
[pid=16740] ppid=16739 vsize=868616 CPUtime=1.56
/proc/16740/stat : 16740 (java) S 16739 16726 15287 0 -1 0 11238 0 1 0 149 7 0 0 18 0 9 0 21424618 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16740/statm: 217154 10221 2566 9 0 211659 0
[pid=16740/tid=16741] ppid=16739 vsize=868616 CPUtime=0.98
/proc/16740/task/16741/stat : 16741 (java) R 16739 16726 15287 0 -1 64 2769 0 1 0 96 2 0 0 24 0 9 0 21424619 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4126433356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16742] ppid=16739 vsize=868616 CPUtime=0.36
/proc/16740/task/16742/stat : 16742 (java) S 16739 16726 15287 0 -1 64 6260 0 0 0 33 3 0 0 16 0 9 0 21424620 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16743] ppid=16739 vsize=868616 CPUtime=0
/proc/16740/task/16743/stat : 16743 (java) S 16739 16726 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21424620 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16744] ppid=16739 vsize=868616 CPUtime=0
/proc/16740/task/16744/stat : 16744 (java) S 16739 16726 15287 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21424620 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16745] ppid=16739 vsize=868616 CPUtime=0
/proc/16740/task/16745/stat : 16745 (java) S 16739 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424622 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16746] ppid=16739 vsize=868616 CPUtime=0.19
/proc/16740/task/16746/stat : 16746 (java) S 16739 16726 15287 0 -1 64 1507 0 0 0 18 1 0 0 16 0 9 0 21424622 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16747] ppid=16739 vsize=868616 CPUtime=0
/proc/16740/task/16747/stat : 16747 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424622 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16748] ppid=16739 vsize=868616 CPUtime=0
/proc/16740/task/16748/stat : 16748 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21424622 889462784 10221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890840

[startup+6.30294 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 16748
/proc/meminfo: memFree=1846536/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=1.45
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1310 13737 0 1 6 1 130 8 15 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
[pid=16739] ppid=16726 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424617 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 233 193 169 0 50 0
[pid=16740] ppid=16739 vsize=868728 CPUtime=4.73
/proc/16740/stat : 16740 (java) S 16739 16726 15287 0 -1 0 13679 0 1 0 463 10 0 0 18 0 9 0 21424618 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16740/statm: 217182 12113 2590 9 0 211659 0
[pid=16740/tid=16741] ppid=16739 vsize=868728 CPUtime=3.67
/proc/16740/task/16741/stat : 16741 (java) R 16739 16726 15287 0 -1 64 3111 0 1 0 363 4 0 0 25 0 9 0 21424619 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4127046564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16742] ppid=16739 vsize=868728 CPUtime=0.78
/proc/16740/task/16742/stat : 16742 (java) S 16739 16726 15287 0 -1 64 8322 0 0 0 74 4 0 0 16 0 9 0 21424620 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16743] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16743/stat : 16743 (java) S 16739 16726 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16744] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16744/stat : 16744 (java) S 16739 16726 15287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16745] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16745/stat : 16745 (java) S 16739 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424622 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16746] ppid=16739 vsize=868728 CPUtime=0.25
/proc/16740/task/16746/stat : 16746 (java) S 16739 16726 15287 0 -1 64 1544 0 0 0 24 1 0 0 15 0 9 0 21424622 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16747] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16747/stat : 16747 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424622 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16748] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16748/stat : 16748 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21424622 889577472 12113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890952

[startup+12.703 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 16748
/proc/meminfo: memFree=1838152/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=1.45
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1310 13737 0 1 6 1 130 8 16 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
[pid=16739] ppid=16726 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424617 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 233 193 169 0 50 0
[pid=16740] ppid=16739 vsize=868728 CPUtime=11.07
/proc/16740/stat : 16740 (java) S 16739 16726 15287 0 -1 0 13864 0 1 0 1090 17 0 0 18 0 9 0 21424618 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16740/statm: 217182 12119 2590 9 0 211659 0
[pid=16740/tid=16741] ppid=16739 vsize=868728 CPUtime=9.92
/proc/16740/task/16741/stat : 16741 (java) R 16739 16726 15287 0 -1 64 3291 0 1 0 982 10 0 0 25 0 9 0 21424619 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4126850402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16742] ppid=16739 vsize=868728 CPUtime=0.86
/proc/16740/task/16742/stat : 16742 (java) S 16739 16726 15287 0 -1 64 8322 0 0 0 81 5 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16743] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16743/stat : 16743 (java) S 16739 16726 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16744] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16744/stat : 16744 (java) S 16739 16726 15287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16745] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16745/stat : 16745 (java) S 16739 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16746] ppid=16739 vsize=868728 CPUtime=0.26
/proc/16740/task/16746/stat : 16746 (java) S 16739 16726 15287 0 -1 64 1549 0 0 0 25 1 0 0 16 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16747] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16747/stat : 16747 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16748] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16748/stat : 16748 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890952

[startup+25.5011 s]
/proc/loadavg: 2.07 2.04 2.00 3/84 16748
/proc/meminfo: memFree=1820616/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=1.45
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1310 13737 0 1 6 1 130 8 16 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0
[pid=16739] ppid=16726 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424617 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 233 193 169 0 50 0
[pid=16740] ppid=16739 vsize=868728 CPUtime=23.73
/proc/16740/stat : 16740 (java) S 16739 16726 15287 0 -1 0 14219 0 1 0 2341 32 0 0 18 0 9 0 21424618 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16740/statm: 217182 12119 2590 9 0 211659 0
[pid=16740/tid=16741] ppid=16739 vsize=868728 CPUtime=22.43
/proc/16740/task/16741/stat : 16741 (java) R 16739 16726 15287 0 -1 64 3646 0 1 0 2221 22 0 0 25 0 9 0 21424619 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4127044944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16742] ppid=16739 vsize=868728 CPUtime=1.02
/proc/16740/task/16742/stat : 16742 (java) S 16739 16726 15287 0 -1 64 8322 0 0 0 94 8 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16743] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16743/stat : 16743 (java) S 16739 16726 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16744] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16744/stat : 16744 (java) S 16739 16726 15287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21424620 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16745] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16745/stat : 16745 (java) S 16739 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16746] ppid=16739 vsize=868728 CPUtime=0.26
/proc/16740/task/16746/stat : 16746 (java) S 16739 16726 15287 0 -1 64 1549 0 0 0 25 1 0 0 16 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16747] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16747/stat : 16747 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16740/tid=16748] ppid=16739 vsize=868728 CPUtime=0
/proc/16740/task/16748/stat : 16748 (java) S 16739 16726 15287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21424622 889577472 12119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890952

[startup+51.1023 s]
/proc/loadavg: 2.12 2.05 2.01 3/84 16748
/proc/meminfo: memFree=1785096/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=1.45
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1310 13737 0 1 6 1 130 8 16 0 1 0 21424467 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1111 409 3 0 796 0

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

/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166424 CPUtime=221.66
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39335 0 0 0 22142 24 0 0 25 0 1 0 21430318 170418176 39304 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41606 39304 75 150 0 41453 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 188648

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1655112/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166668 CPUtime=246.22
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39377 0 0 0 24598 24 0 0 25 0 1 0 21430318 170668032 39346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41667 39346 75 150 0 41514 0
Current children cumulated CPU time (s) 304.06
Current children cumulated vsize (KiB) 188892

[startup+319.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1655048/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166788 CPUtime=258.9
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39382 0 0 0 25866 24 0 0 25 0 1 0 21430318 170790912 39351 996147200 134512640 135127466 4294956256 18446744073709551615 134523510 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41697 39351 75 150 0 41544 0
Current children cumulated CPU time (s) 316.74
Current children cumulated vsize (KiB) 189012

[startup+332.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1654984/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166788 CPUtime=271.59
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39385 0 0 0 27135 24 0 0 25 0 1 0 21430318 170790912 39354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41697 39354 75 150 0 41544 0
Current children cumulated CPU time (s) 329.43
Current children cumulated vsize (KiB) 189012

[startup+335.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1654984/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166788 CPUtime=274.76
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39387 0 0 0 27452 24 0 0 25 0 1 0 21430318 170790912 39356 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41697 39356 75 150 0 41544 0
Current children cumulated CPU time (s) 332.6
Current children cumulated vsize (KiB) 189012

[startup+339.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1654984/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166788 CPUtime=277.92
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39388 0 0 0 27768 24 0 0 25 0 1 0 21430318 170790912 39357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41697 39357 75 150 0 41544 0
Current children cumulated CPU time (s) 335.76
Current children cumulated vsize (KiB) 189012

[startup+339.907 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1654984/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=57.84
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1376 29176 0 2 6 1 5698 79 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16749] ppid=16726 vsize=5356 CPUtime=0
/proc/16749/stat : 16749 (sh) S 16726 16726 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21430318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16749/statm: 1339 232 193 169 0 50 0
[pid=16750] ppid=16749 vsize=166788 CPUtime=278.72
/proc/16750/stat : 16750 (minisat) R 16749 16726 15287 0 -1 4194304 39388 0 0 0 27848 24 0 0 25 0 1 0 21430318 170790912 39357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16750/statm: 41697 39357 75 150 0 41544 0
Current children cumulated CPU time (s) 336.56
Current children cumulated vsize (KiB) 189012

[startup+340.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16750
/proc/meminfo: memFree=1654984/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=337.33
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1430 68862 0 2 6 1 33619 107 17 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 337.33
Current children cumulated vsize (KiB) 16868

[startup+341.103 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 16760
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=337.33
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1448 68862 0 2 6 1 33619 107 16 0 1 0 21424467 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1113 409 3 0 796 0
[pid=16751] ppid=16726 vsize=5356 CPUtime=0
/proc/16751/stat : 16751 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21458534 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16751/statm: 1339 233 193 169 0 50 0
[pid=16752] ppid=16751 vsize=862288 CPUtime=0.4
/proc/16752/stat : 16752 (java) S 16751 16726 15287 0 -1 0 3206 0 1 0 38 2 0 0 18 0 9 0 21458535 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16752/statm: 215572 2675 1281 9 0 210485 0
[pid=16752/tid=16753] ppid=16751 vsize=862288 CPUtime=0.3
/proc/16752/task/16753/stat : 16753 (java) R 16751 16726 15287 0 -1 64 2045 0 1 0 29 1 0 0 19 0 9 0 21458536 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4125970802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16754] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16754/stat : 16754 (java) S 16751 16726 15287 0 -1 64 124 0 0 0 0 0 0 0 16 0 9 0 21458538 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16755] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16755/stat : 16755 (java) S 16751 16726 15287 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21458538 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16756] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16756/stat : 16756 (java) S 16751 16726 15287 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21458538 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16757] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16757/stat : 16757 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21458540 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16758] ppid=16751 vsize=862288 CPUtime=0.07
/proc/16752/task/16758/stat : 16758 (java) S 16751 16726 15287 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 21458540 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16759] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16759/stat : 16759 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21458540 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16760] ppid=16751 vsize=862288 CPUtime=0
/proc/16752/task/16760/stat : 16760 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21458540 882982912 2675 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 337.73
Current children cumulated vsize (KiB) 884512

[startup+341.203 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 16760
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16726] ppid=16724 vsize=16868 CPUtime=337.34
/proc/16726/stat : 16726 (sugar) S 16724 16726 15287 0 -1 4194304 1451 68862 0 2 7 1 33619 107 15 0 1 0 21424467 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16726/statm: 4217 1114 409 3 0 796 0
[pid=16751] ppid=16726 vsize=5356 CPUtime=0
/proc/16751/stat : 16751 (sh) S 16726 16726 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21458534 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16751/statm: 1339 233 193 169 0 50 0
[pid=16752] ppid=16751 vsize=864272 CPUtime=0.47
/proc/16752/stat : 16752 (java) S 16751 16726 15287 0 -1 0 3742 0 1 0 45 2 0 0 18 0 9 0 21458535 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16752/statm: 216068 3206 1718 9 0 210573 0
[pid=16752/tid=16753] ppid=16751 vsize=864272 CPUtime=0.36
/proc/16752/task/16753/stat : 16753 (java) S 16751 16726 15287 0 -1 64 2568 0 1 0 35 1 0 0 20 0 9 0 21458536 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16754] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16754/stat : 16754 (java) S 16751 16726 15287 0 -1 64 124 0 0 0 0 0 0 0 16 0 9 0 21458538 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16755] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16755/stat : 16755 (java) S 16751 16726 15287 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21458538 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16756] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16756/stat : 16756 (java) S 16751 16726 15287 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21458538 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16757] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16757/stat : 16757 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21458540 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16758] ppid=16751 vsize=864272 CPUtime=0.09
/proc/16752/task/16758/stat : 16758 (java) S 16751 16726 15287 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 21458540 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16759] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16759/stat : 16759 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21458540 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16752/tid=16760] ppid=16751 vsize=864272 CPUtime=0
/proc/16752/task/16760/stat : 16760 (java) S 16751 16726 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21458540 885014528 3206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 337.81
Current children cumulated vsize (KiB) 886496

Child status: 0
Real time (s): 341.28
CPU time (s): 337.896
CPU user time (s): 336.73
CPU system time (s): 1.16582
CPU usage (%): 99.0083
Max. virtual memory (cumulated for all children) (KiB): 891344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.73
system time used= 1.16582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74432
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= 20093
involuntary context switches= 27069

runsolver used 0.39394 second user time and 1.18082 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 22:19:29
IDJOB=2066748
IDBENCH=54567
IDSOLVER=739
FILE ID=node3/2066748-1247343569
PBS_JOBID= 9506696
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32d3.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-2066748-1247343569/watcher-2066748-1247343569 -o /tmp/evaluation-result-2066748-1247343569/solver-2066748-1247343569 -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-2066748-1247343569.xml

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

MD5SUM BENCH= f353575d792814fcacfff24a3e355536
RANDOM SEED=1497123256

node3.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.259
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.259
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:       1891520 kB
Buffers:          9432 kB
Cached:          80872 kB
SwapCached:          0 kB
Active:          91388 kB
Inactive:        24456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4136 kB
Writeback:           0 kB
Mapped:          36276 kB
Slab:            33992 kB
Committed_AS:   228872 kB
PageTables:       1736 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= 66380 MiB
End job on node3 at 2009-07-11 22:25:10