Trace number 2067023

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 26.8799 27.2564

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-jac3.xml
MD5SUM130c91e5459cc4e21b9378ff74ca25aa
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 benchmark2.07968
Satisfiable
(Un)Satisfiability was proved
Number of variables1731
Number of constraints1254
Maximum constraint arity694
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1254
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 22:23:09 2009
0.05/0.08	c 0	PID 15734
0.05/0.08	c 0	HOST node64.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2067023-1247343789.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-2067023-1247343789.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 1731 variables, 45 predicates, 0 relations, 1254 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.73	c 1	Parsing HOME/temp.csp
0.89/1.02	c 1	parsed 3031 expressions
0.89/1.03	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.03	c 1	Converting to clausal form CSP
0.89/1.05	c 1	converted 304 (10%) expressions
0.89/1.06	c 1	converted 607 (20%) expressions
0.89/1.06	c 1	converted 910 (30%) expressions
0.89/1.06	c 1	converted 1213 (40%) expressions
0.89/1.08	c 1	converted 1516 (50%) expressions
0.99/1.14	c 1	converted 1819 (60%) expressions
1.09/1.21	c 1	converted 2122 (70%) expressions
1.09/1.25	c 1	converted 2425 (80%) expressions
1.19/1.38	c 1	converted 2728 (90%) expressions
1.88/2.10	c 2	converted 3031 (100%) expressions
1.98/2.10	c 2	CSP : 5721 integers, 0 booleans, 9234 clauses, largest domain size 233
1.98/2.10	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.10	c 2	Propagation in CSP
2.08/2.27	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.08/2.28	c 2	CSP : 5721 integers, 0 booleans, 9234 clauses, largest domain size 233
2.08/2.28	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.29	c 2	Simplifing CSP by introducing new Boolean variables
2.08/2.30	c 2	CSP : 5721 integers, 0 booleans, 9234 clauses, largest domain size 233
2.08/2.30	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.18/2.37	c 2	573 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.18/2.38	c 2	1145 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.18/2.39	c 2	1717 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.18/2.40	c 2	2289 (40%) CSP integer variables are encoded (4115 clauses, 53559 bytes)
2.28/2.40	c 2	2861 (50%) CSP integer variables are encoded (8877 clauses, 118570 bytes)
2.28/2.41	c 2	3433 (60%) CSP integer variables are encoded (13646 clauses, 190105 bytes)
2.28/2.42	c 2	4005 (70%) CSP integer variables are encoded (18782 clauses, 267145 bytes)
2.28/2.43	c 2	4577 (80%) CSP integer variables are encoded (26884 clauses, 388675 bytes)
2.28/2.45	c 3	5149 (90%) CSP integer variables are encoded (36978 clauses, 540085 bytes)
2.28/2.46	c 3	5721 (100%) CSP integer variables are encoded (48580 clauses, 714115 bytes)
4.86/5.04	c 5	924 (10%) CSP clauses are encoded (49560 clauses, 749515 bytes)
10.80/11.02	c 11	1847 (20%) CSP clauses are encoded (334073 clauses, 9558408 bytes)
11.49/11.73	c 12	2771 (30%) CSP clauses are encoded (426559 clauses, 11762822 bytes)
12.18/12.43	c 12	3694 (40%) CSP clauses are encoded (519108 clauses, 14066824 bytes)
12.88/13.13	c 13	4617 (50%) CSP clauses are encoded (611531 clauses, 16401255 bytes)
14.56/14.87	c 15	5541 (60%) CSP clauses are encoded (745701 clauses, 20089793 bytes)
15.54/15.85	c 16	6464 (70%) CSP clauses are encoded (871566 clauses, 23090887 bytes)
18.22/18.60	c 19	7388 (80%) CSP clauses are encoded (1160440 clauses, 30366612 bytes)
21.28/21.69	c 22	8311 (90%) CSP clauses are encoded (1567601 clauses, 40342164 bytes)
24.74/25.10	c 25	9234 (100%) CSP clauses are encoded (2031930 clauses, 51406769 bytes)
24.74/25.10	c 25	9234 CSP clauses encoded
24.74/25.10	c 25	Writing map file : HOME/temp.map
24.74/25.12	c 25	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.74/25.12	c 25	SAT : 54301 SAT variables, 2031930 SAT clauses, 51406769 bytes
24.74/25.12	c 25	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.74/25.14	c 25	SOLVING HOME/temp.cnf
24.74/25.14	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.74/25.14	c 25	This is MiniSat 2.0 beta
24.74/25.14	c 25	WARNING: for repeatability, setting FPU to use double precision
24.74/25.14	c 25	============================[ Problem Statistics ]=============================
24.74/25.14	c 25	|                                                                             |
24.74/25.14	c 25	|  Number of variables:  54301                                                |
24.74/25.14	c 25	|  Number of clauses:    2031930                                              |
25.94/26.38	c 26	|  Parsing time:         1.07         s                                       |
26.04/26.46	c 27	============================[ Search Statistics ]==============================
26.04/26.46	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.04/26.46	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.04/26.46	c 27	===============================================================================
26.04/26.46	c 27	|         0 |   54301  2031930  8470213 |   677310        0    nan |  0.000 % |
26.33/26.75	c 27	===============================================================================
26.33/26.76	c 27	restarts              : 1
26.33/26.76	c 27	conflicts             : 1              (1 /sec)
26.33/26.76	c 27	decisions             : 106            (0.00 % random) (74 /sec)
26.33/26.76	c 27	propagations          : 54366          (37944 /sec)
26.33/26.76	c 27	conflict literals     : 7              (12.50 % deleted)
26.33/26.76	c 27	Memory used           : 101.12 MB
26.33/26.76	c 27	CPU time              : 1.43278 s
26.33/26.76	c 27	
26.33/26.78	c 27	SATISFIABLE
26.43/26.80	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.43/26.80	c 27	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'
26.43/26.88	c 27	Decoding HOME/temp.out
26.44/27.10	s SATISFIABLE
26.44/27.18	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
26.44/27.19	c 27	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.45/27.23	c 27	CPU 26.84 (0.06 0.03 25.94 0.81)
26.45/27.23	c 27	END Sat Jul 11 22:23:36 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-2067023-1247343789/watcher-2067023-1247343789 -o /tmp/evaluation-result-2067023-1247343789/solver-2067023-1247343789 -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-2067023-1247343789.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15734
/proc/meminfo: memFree=1385056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=12268 CPUtime=0
/proc/15734/stat : 15734 (sugar) R 15732 15734 14121 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21442205 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15734/statm: 3067 316 241 3 0 167 0

[startup+0.0661529 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15734
/proc/meminfo: memFree=1385056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16212 CPUtime=0.05
/proc/15734/stat : 15734 (sugar) R 15732 15734 14121 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 21442205 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 0 4224 0 0 0 0 17 1 0 0
/proc/15734/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101148 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15734
/proc/meminfo: memFree=1385056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.06
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301172 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15734
/proc/meminfo: memFree=1385056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.06
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701215 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15734
/proc/meminfo: memFree=1385056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.57
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1292 5387 0 1 5 1 48 3 16 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.07 2.01 2.01 3/94 15756
/proc/meminfo: memFree=1371464/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.57
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1309 5387 0 1 5 1 48 3 16 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
[pid=15747] ppid=15734 vsize=5356 CPUtime=0
/proc/15747/stat : 15747 (sh) S 15734 15734 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442271 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15747/statm: 1339 233 193 169 0 50 0
[pid=15748] ppid=15747 vsize=868508 CPUtime=0.82
/proc/15748/stat : 15748 (java) S 15747 15734 14121 0 -1 0 7378 0 1 0 78 4 0 0 18 0 9 0 21442271 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15748/statm: 217127 6599 2568 9 0 211632 0
[pid=15748/tid=15749] ppid=15747 vsize=868508 CPUtime=0.48
/proc/15748/task/15749/stat : 15749 (java) R 15747 15734 14121 0 -1 64 2626 0 1 0 47 1 0 0 19 0 9 0 21442272 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4126560490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15750] ppid=15747 vsize=868508 CPUtime=0.13
/proc/15748/task/15750/stat : 15750 (java) S 15747 15734 14121 0 -1 64 2562 0 0 0 12 1 0 0 16 0 9 0 21442273 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15751] ppid=15747 vsize=868508 CPUtime=0
/proc/15748/task/15751/stat : 15751 (java) S 15747 15734 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21442273 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15752] ppid=15747 vsize=868508 CPUtime=0
/proc/15748/task/15752/stat : 15752 (java) S 15747 15734 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21442273 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15753] ppid=15747 vsize=868508 CPUtime=0
/proc/15748/task/15753/stat : 15753 (java) S 15747 15734 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21442275 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15754] ppid=15747 vsize=868508 CPUtime=0.18
/proc/15748/task/15754/stat : 15754 (java) S 15747 15734 14121 0 -1 64 1488 0 0 0 17 1 0 0 16 0 9 0 21442275 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15755] ppid=15747 vsize=868508 CPUtime=0
/proc/15748/task/15755/stat : 15755 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21442275 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15756] ppid=15747 vsize=868508 CPUtime=0
/proc/15748/task/15756/stat : 15756 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21442275 889352192 6599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890732

[startup+3.10247 s]
/proc/loadavg: 2.07 2.01 2.01 3/94 15756
/proc/meminfo: memFree=1359880/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.57
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1310 5387 0 1 5 1 48 3 15 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
[pid=15747] ppid=15734 vsize=5356 CPUtime=0
/proc/15747/stat : 15747 (sh) S 15734 15734 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442271 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15747/statm: 1339 233 193 169 0 50 0
[pid=15748] ppid=15747 vsize=868704 CPUtime=2.4
/proc/15748/stat : 15748 (java) S 15747 15734 14121 0 -1 0 8955 0 1 0 234 6 0 0 18 0 9 0 21442271 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15748/statm: 217176 8006 2590 9 0 211653 0
[pid=15748/tid=15749] ppid=15747 vsize=868704 CPUtime=1.82
/proc/15748/task/15749/stat : 15749 (java) R 15747 15734 14121 0 -1 64 2819 0 1 0 180 2 0 0 23 0 9 0 21442272 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4127020254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15750] ppid=15747 vsize=868704 CPUtime=0.34
/proc/15748/task/15750/stat : 15750 (java) S 15747 15734 14121 0 -1 64 3919 0 0 0 32 2 0 0 16 0 9 0 21442273 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15751] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15751/stat : 15751 (java) S 15747 15734 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21442273 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15752] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15752/stat : 15752 (java) S 15747 15734 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21442273 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15753] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15753/stat : 15753 (java) S 15747 15734 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21442275 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15754] ppid=15747 vsize=868704 CPUtime=0.22
/proc/15748/task/15754/stat : 15754 (java) S 15747 15734 14121 0 -1 64 1515 0 0 0 21 1 0 0 16 0 9 0 21442275 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15755] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15755/stat : 15755 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21442275 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15756] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15756/stat : 15756 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21442275 889552896 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890928

[startup+6.30282 s]
/proc/loadavg: 2.07 2.01 2.01 3/94 15756
/proc/meminfo: memFree=1357768/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.57
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1310 5387 0 1 5 1 48 3 16 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
[pid=15747] ppid=15734 vsize=5356 CPUtime=0
/proc/15747/stat : 15747 (sh) S 15734 15734 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442271 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15747/statm: 1339 233 193 169 0 50 0
[pid=15748] ppid=15747 vsize=868704 CPUtime=5.58
/proc/15748/stat : 15748 (java) S 15747 15734 14121 0 -1 0 9116 0 1 0 549 9 0 0 18 0 9 0 21442271 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15748/statm: 217176 8009 2590 9 0 211653 0
[pid=15748/tid=15749] ppid=15747 vsize=868704 CPUtime=4.95
/proc/15748/task/15749/stat : 15749 (java) R 15747 15734 14121 0 -1 64 2977 0 1 0 492 3 0 0 25 0 9 0 21442272 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4127006958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15750] ppid=15747 vsize=868704 CPUtime=0.38
/proc/15748/task/15750/stat : 15750 (java) S 15747 15734 14121 0 -1 64 3919 0 0 0 35 3 0 0 16 0 9 0 21442273 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15751] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15751/stat : 15751 (java) S 15747 15734 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21442273 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15752] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15752/stat : 15752 (java) S 15747 15734 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21442273 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15753] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15753/stat : 15753 (java) S 15747 15734 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21442275 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15754] ppid=15747 vsize=868704 CPUtime=0.22
/proc/15748/task/15754/stat : 15754 (java) S 15747 15734 14121 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 21442275 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15755] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15755/stat : 15755 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21442275 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15756] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15756/stat : 15756 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21442275 889552896 8009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890928

[startup+12.7025 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 15756
/proc/meminfo: memFree=1346504/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=0.57
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1310 5387 0 1 5 1 48 3 15 0 1 0 21442205 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1111 409 3 0 796 0
[pid=15747] ppid=15734 vsize=5356 CPUtime=0
/proc/15747/stat : 15747 (sh) S 15734 15734 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442271 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15747/statm: 1339 233 193 169 0 50 0
[pid=15748] ppid=15747 vsize=868704 CPUtime=11.91
/proc/15748/stat : 15748 (java) S 15747 15734 14121 0 -1 0 9686 0 1 0 1169 22 0 0 18 0 9 0 21442271 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15748/statm: 217176 8023 2590 9 0 211653 0
[pid=15748/tid=15749] ppid=15747 vsize=868704 CPUtime=11.08
/proc/15748/task/15749/stat : 15749 (java) R 15747 15734 14121 0 -1 64 3533 0 1 0 1095 13 0 0 25 0 9 0 21442272 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4126554619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15750] ppid=15747 vsize=868704 CPUtime=0.55
/proc/15748/task/15750/stat : 15750 (java) S 15747 15734 14121 0 -1 64 3919 0 0 0 49 6 0 0 16 0 9 0 21442273 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15751] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15751/stat : 15751 (java) S 15747 15734 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21442273 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15752] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15752/stat : 15752 (java) S 15747 15734 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21442273 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15753] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15753/stat : 15753 (java) S 15747 15734 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21442275 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15754] ppid=15747 vsize=868704 CPUtime=0.24
/proc/15748/task/15754/stat : 15754 (java) S 15747 15734 14121 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 21442275 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15755] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15755/stat : 15755 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21442275 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15748/tid=15756] ppid=15747 vsize=868704 CPUtime=0
/proc/15748/task/15756/stat : 15756 (java) S 15747 15734 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21442275 889552896 8023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890928

[startup+25.5019 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 15758
/proc/meminfo: memFree=1322056/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=24.81
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1376 16748 0 2 6 2 2415 58 16 0 1 0 21442205 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1113 409 3 0 796 0
[pid=15757] ppid=15734 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15734 15734 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21444720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 232 193 169 0 50 0
[pid=15758] ppid=15757 vsize=31508 CPUtime=0.34
/proc/15758/stat : 15758 (minisat) R 15757 15734 14121 0 -1 4194304 7436 0 0 0 30 4 0 0 22 0 1 0 21444720 32264192 7422 996147200 134512640 135127466 4294956256 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 1 0 0
/proc/15758/statm: 7877 7422 62 150 0 7724 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 53732

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

[startup+26.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 15758
/proc/meminfo: memFree=1243656/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=24.81
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1376 16748 0 2 6 2 2415 58 16 0 1 0 21442205 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1113 409 3 0 796 0
[pid=15757] ppid=15734 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15734 15734 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21444720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 232 193 169 0 50 0
[pid=15758] ppid=15757 vsize=89688 CPUtime=1.13
/proc/15758/stat : 15758 (minisat) R 15757 15734 14121 0 -1 4194304 21601 0 0 0 100 13 0 0 25 0 1 0 21444720 91840512 21587 996147200 134512640 135127466 4294956256 18446744073709551615 134514155 0 0 4096 3 0 0 0 17 1 0 0
/proc/15758/statm: 22422 21587 62 150 0 22269 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 111912

[startup+26.7011 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 15758
/proc/meminfo: memFree=1243656/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=24.81
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1376 16748 0 2 6 2 2415 58 15 0 1 0 21442205 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1113 409 3 0 796 0
[pid=15757] ppid=15734 vsize=5356 CPUtime=0
/proc/15757/stat : 15757 (sh) S 15734 15734 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21444720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15757/statm: 1339 232 193 169 0 50 0
[pid=15758] ppid=15757 vsize=102388 CPUtime=1.52
/proc/15758/stat : 15758 (minisat) R 15757 15734 14121 0 -1 4194304 24846 0 0 0 137 15 0 0 25 0 1 0 21444720 104845312 24832 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/15758/statm: 25597 24832 72 150 0 25444 0
Current children cumulated CPU time (s) 26.33
Current children cumulated vsize (KiB) 124612

[startup+27.1011 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 15758
/proc/meminfo: memFree=1243656/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=26.44
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1448 42177 0 2 6 2 2560 76 16 0 1 0 21442205 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 26.44
Current children cumulated vsize (KiB) 16868

[startup+27.2011 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 15758
/proc/meminfo: memFree=1243656/2055920 swapFree=4192812/4192956
[pid=15734] ppid=15732 vsize=16868 CPUtime=26.45
/proc/15734/stat : 15734 (sugar) S 15732 15734 14121 0 -1 4194304 1451 42177 0 2 6 3 2560 76 15 0 1 0 21442205 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15734/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 26.45
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 27.2564
CPU time (s): 26.8799
CPU user time (s): 26.004
CPU system time (s): 0.875866
CPU usage (%): 98.6188
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.004
system time used= 0.875866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47774
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= 25098
involuntary context switches= 26008

runsolver used 0.029995 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 22:23:09
IDJOB=2067023
IDBENCH=54596
IDSOLVER=739
FILE ID=node64/2067023-1247343789
PBS_JOBID= 9506753
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-jac3.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-2067023-1247343789/watcher-2067023-1247343789 -o /tmp/evaluation-result-2067023-1247343789/solver-2067023-1247343789 -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-2067023-1247343789.xml

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

MD5SUM BENCH= 130c91e5459cc4e21b9378ff74ca25aa
RANDOM SEED=1057044405

node64.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.220
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.220
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:       1385536 kB
Buffers:         47996 kB
Cached:         428608 kB
SwapCached:        144 kB
Active:         215764 kB
Inactive:       401796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         156500 kB
Slab:            37640 kB
Committed_AS:   887080 kB
PageTables:       2020 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= 66320 MiB
End job on node64 at 2009-07-11 22:23:36