Trace number 1080208

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 422.251 424.415

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-13_ext.xml
MD5SUM08bc20cb4b4f6b35bbc57e84fe4cb0e6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.90371
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 00:58:26 2008
0.01/0.04	c 0	PID 32413
0.01/0.04	c 0	HOST node90.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1080208-1215212305.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080208-1215212305.xml' 'HOME/temp.csp'
0.04/0.69	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.04/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.80	c 1	Parsing HOME/temp.csp
1.84/1.99	c 2	parsed 137 expressions
1.84/2.00	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.93/2.00	c 2	Converting to clausal form CSP
1.93/2.02	c 2	converted 14 (10%) expressions
1.93/2.04	c 2	converted 28 (20%) expressions
1.93/2.05	c 2	converted 42 (30%) expressions
1.93/2.05	c 2	converted 55 (40%) expressions
2.43/2.60	c 2	converted 69 (50%) expressions
3.03/3.14	c 3	converted 83 (60%) expressions
3.13/3.24	c 3	converted 96 (70%) expressions
3.23/3.34	c 3	converted 110 (80%) expressions
3.33/3.45	c 3	converted 124 (90%) expressions
3.62/3.75	c 3	converted 137 (100%) expressions
3.62/3.76	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
3.62/3.76	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.62/3.76	c 3	Propagation in CSP
3.62/3.76	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.62/3.76	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
3.62/3.76	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.62/3.76	c 3	Simplifing CSP by introducing new Boolean variables
3.62/3.76	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
3.62/3.76	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.72/3.87	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.72/3.88	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.72/3.88	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.72/3.88	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.72/3.88	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.72/3.88	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.72/3.88	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.72/3.88	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.72/3.89	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.72/3.89	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.72/3.89	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.92/4.07	c 4	6 (10%) CSP clauses are encoded (11179 clauses, 239787 bytes)
4.02/4.20	c 4	12 (20%) CSP clauses are encoded (21895 clauses, 496483 bytes)
4.23/4.31	c 4	18 (30%) CSP clauses are encoded (32012 clauses, 737491 bytes)
4.33/4.44	c 4	24 (40%) CSP clauses are encoded (42843 clauses, 996129 bytes)
4.42/4.53	c 4	29 (50%) CSP clauses are encoded (51171 clauses, 1201049 bytes)
4.52/4.65	c 4	35 (60%) CSP clauses are encoded (61972 clauses, 1463137 bytes)
4.62/4.78	c 5	41 (70%) CSP clauses are encoded (72726 clauses, 1729997 bytes)
4.82/4.90	c 5	47 (80%) CSP clauses are encoded (83536 clauses, 2016386 bytes)
4.92/5.03	c 5	53 (90%) CSP clauses are encoded (94301 clauses, 2304532 bytes)
5.02/5.13	c 5	58 (100%) CSP clauses are encoded (103273 clauses, 2544695 bytes)
5.02/5.13	c 5	58 CSP clauses encoded
5.02/5.13	c 5	Writing map file : HOME/temp.map
5.02/5.13	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.13	c 5	SAT : 380 SAT variables, 103273 SAT clauses, 2544695 bytes
5.02/5.13	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.15	c 5	SOLVING HOME/temp.cnf
5.02/5.15	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.02/5.15	c 5	This is MiniSat 2.0 beta
5.02/5.15	c 5	WARNING: for repeatability, setting FPU to use double precision
5.02/5.15	c 5	============================[ Problem Statistics ]=============================
5.02/5.15	c 5	|                                                                             |
5.02/5.15	c 5	|  Number of variables:  380                                                  |
5.02/5.15	c 5	|  Number of clauses:    103273                                               |
5.08/5.22	c 5	|  Parsing time:         0.06         s                                       |
5.08/5.22	c 5	============================[ Search Statistics ]==============================
5.08/5.22	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.08/5.22	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.08/5.22	c 5	===============================================================================
5.08/5.22	c 5	|         0 |     380   103273   566217 |    34424        0    nan |  0.000 % |
5.08/5.29	c 5	|       102 |     380   103273   566217 |    37866      102     10 |  0.001 % |
5.08/5.39	c 5	|       252 |     380   103273   566217 |    41653      252      9 |  0.013 % |
5.32/5.50	c 5	|       478 |     380   103273   566217 |    45818      478     10 |  0.013 % |
5.51/5.64	c 5	|       816 |     380   103273   566217 |    50400      816     11 |  0.004 % |
6.09/6.22	c 6	|      1322 |     380   103273   566217 |    55440     1322     10 |  0.013 % |
6.49/6.61	c 6	|      2084 |     380   103273   566217 |    60984     2084     11 |  0.013 % |
6.89/7.08	c 7	|      3223 |     380   103273   566217 |    67083     3223     11 |  0.013 % |
7.79/7.93	c 8	|      4932 |     380   103273   566217 |    73791     4932     11 |  0.014 % |
8.89/9.01	c 9	|      7494 |     380   103273   566217 |    81170     7494     12 |  0.012 % |
10.49/10.61	c 10	|     11338 |     380   103273   566217 |    89287    11338     13 |  0.012 % |
12.99/13.17	c 13	|     17104 |     380   103273   566217 |    98216    17104     14 |  0.014 % |
17.06/17.27	c 17	|     25753 |     380   103273   566217 |   108038    25753     14 |  0.014 % |
24.13/24.30	c 24	|     38727 |     380   103273   566217 |   118842    38727     15 |  0.015 % |
38.27/38.56	c 38	|     58188 |     380   103273   566217 |   130726    58188     14 |  0.019 % |
59.14/59.56	c 59	|     87383 |     379   102019   560417 |   143798    26410     14 |  0.264 % |
90.99/91.53	c 91	|    131172 |     378   100508   552374 |   158178    15159     11 |  0.527 % |
133.78/134.55	c 134	|    196856 |     377    98971   543900 |   173996    40709     14 |  0.790 % |
220.64/221.83	c 222	|    295384 |     376    98289   540715 |   191396    98175     17 |  1.053 % |
414.20/416.40	c 416	|    443174 |     376    98289   540715 |   210536    77506     17 |  1.062 % |
422.06/424.24	c 424	===============================================================================
422.06/424.24	c 424	restarts              : 20
422.06/424.24	c 424	conflicts             : 450569         (1081 /sec)
422.06/424.24	c 424	decisions             : 530545         (1.53 % random) (1272 /sec)
422.06/424.24	c 424	propagations          : 20551281       (49290 /sec)
422.06/424.24	c 424	conflict literals     : 7448611        (31.57 % deleted)
422.06/424.24	c 424	Memory used           : 28.10 MB
422.06/424.24	c 424	CPU time              : 416.947 s
422.06/424.24	c 424	
422.06/424.24	c 424	SATISFIABLE
422.06/424.24	c 424	DECODING HOME/temp.out WITH HOME/temp.map
422.06/424.24	c 424	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
422.12/424.33	c 424	Decoding HOME/temp.out
422.12/424.36	s SATISFIABLE
422.12/424.36	v 14 19 7 2 10 1 14 16 9 3 10 18 7 12 16 16 3 0 4 5
422.12/424.36	c 424	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
422.12/424.41	c 424	CPU 421.91 (0.03 0.01 421.88 0.31)
422.12/424.41	c 424	END Sat Jul  5 01:05:30 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080208-1215212305/watcher-1080208-1215212305 -o /tmp/evaluation-result-1080208-1215212305/solver-1080208-1215212305 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080208-1215212305.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.04 4/80 32413
/proc/meminfo: memFree=1652812/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=12272 CPUtime=0
/proc/32413/stat : 32413 (sugar) R 32411 32413 30139 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 676957143 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 256365001317 0 0 4224 0 0 0 0 17 1 0 0
/proc/32413/statm: 3068 328 246 3 0 168 0

[startup+0.0270101 s]
/proc/loadavg: 2.00 2.01 2.04 4/80 32413
/proc/meminfo: memFree=1652812/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13072 CPUtime=0.01
/proc/32413/stat : 32413 (sugar) R 32411 32413 30139 0 -1 4194304 622 0 0 0 1 0 0 0 18 0 1 0 676957143 13385728 590 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 1 0 0
/proc/32413/statm: 3268 591 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.102015 s]
/proc/loadavg: 2.00 2.01 2.04 4/80 32413
/proc/meminfo: memFree=1652812/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=0.04
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 676957143 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301037 s]
/proc/loadavg: 2.00 2.01 2.04 4/80 32413
/proc/meminfo: memFree=1652812/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=0.04
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 676957143 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701072 s]
/proc/loadavg: 2.00 2.01 2.04 4/80 32413
/proc/meminfo: memFree=1652812/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=0.04
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 676957143 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.00 2.01 2.04 4/91 32435
/proc/meminfo: memFree=1643444/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=0.67
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 973 7068 0 1 3 1 58 5 15 0 1 0 676957143 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 797 370 3 0 500 0
[pid=32426] ppid=32413 vsize=5356 CPUtime=0
/proc/32426/stat : 32426 (sh) S 32413 32413 30139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676957215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32426/statm: 1339 233 193 169 0 50 0
[pid=32427] ppid=32426 vsize=864040 CPUtime=0.76
/proc/32427/stat : 32427 (java) S 32426 32413 30139 0 -1 0 6863 0 1 0 73 3 0 0 18 0 9 0 676957216 884776960 6151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32427/statm: 216010 6152 2532 9 0 210592 0
[pid=32427/tid=32428] ppid=32426 vsize=864040 CPUtime=0.53
/proc/32427/task/32428/stat : 32428 (java) R 32426 32413 30139 0 -1 64 2458 0 1 0 52 1 0 0 22 0 9 0 676957217 884776960 6153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32429] ppid=32426 vsize=864040 CPUtime=0.17
/proc/32427/task/32429/stat : 32429 (java) R 32426 32413 30139 0 -1 64 3402 0 0 0 16 1 0 0 16 0 9 0 676957218 884776960 6155 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32430] ppid=32426 vsize=864040 CPUtime=0
/proc/32427/task/32430/stat : 32430 (java) S 32426 32413 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676957218 884776960 6156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32431] ppid=32426 vsize=864040 CPUtime=0
/proc/32427/task/32431/stat : 32431 (java) S 32426 32413 30139 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 676957218 884776960 6158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32432] ppid=32426 vsize=864040 CPUtime=0
/proc/32427/task/32432/stat : 32432 (java) S 32426 32413 30139 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 676957220 884776960 6159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32433] ppid=32426 vsize=864040 CPUtime=0.03
/proc/32427/task/32433/stat : 32433 (java) S 32426 32413 30139 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 676957220 884776960 6161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32434] ppid=32426 vsize=864040 CPUtime=0
/proc/32427/task/32434/stat : 32434 (java) S 32426 32413 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 676957220 884776960 6163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32435] ppid=32426 vsize=864040 CPUtime=0
/proc/32427/task/32435/stat : 32435 (java) S 32426 32413 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676957220 884776960 6164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882996

[startup+3.10233 s]
/proc/loadavg: 2.00 2.01 2.04 4/91 32435
/proc/meminfo: memFree=1619444/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=0.67
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 973 7068 0 1 3 1 58 5 15 0 1 0 676957143 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 797 370 3 0 500 0
[pid=32426] ppid=32413 vsize=5356 CPUtime=0
/proc/32426/stat : 32426 (sh) S 32413 32413 30139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676957215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32426/statm: 1339 233 193 169 0 50 0
[pid=32427] ppid=32426 vsize=864304 CPUtime=2.36
/proc/32427/stat : 32427 (java) S 32426 32413 30139 0 -1 0 10780 0 1 0 228 8 0 0 18 0 9 0 676957216 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32427/statm: 216076 10045 2540 9 0 210651 0
[pid=32427/tid=32428] ppid=32426 vsize=864304 CPUtime=1.23
/proc/32427/task/32428/stat : 32428 (java) R 32426 32413 30139 0 -1 64 2911 0 1 0 120 3 0 0 18 0 9 0 676957217 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32429] ppid=32426 vsize=864304 CPUtime=0.92
/proc/32427/task/32429/stat : 32429 (java) R 32426 32413 30139 0 -1 64 6857 0 0 0 89 3 0 0 16 0 9 0 676957218 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 104175361 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32430] ppid=32426 vsize=864304 CPUtime=0
/proc/32427/task/32430/stat : 32430 (java) S 32426 32413 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676957218 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32431] ppid=32426 vsize=864304 CPUtime=0
/proc/32427/task/32431/stat : 32431 (java) S 32426 32413 30139 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676957218 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32427/tid=32432] ppid=32426 vsize=864304 CPUtime=0
/proc/32427/task/32432/stat : 32432 (java) S 32426 32413 30139 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 676957220 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32433] ppid=32426 vsize=864304 CPUtime=0.17
/proc/32427/task/32433/stat : 32433 (java) S 32426 32413 30139 0 -1 64 315 0 0 0 17 0 0 0 16 0 9 0 676957220 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32434] ppid=32426 vsize=864304 CPUtime=0
/proc/32427/task/32434/stat : 32434 (java) S 32426 32413 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 676957220 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32427/tid=32435] ppid=32426 vsize=864304 CPUtime=0
/proc/32427/task/32435/stat : 32435 (java) S 32426 32413 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676957220 885047296 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883260

[startup+6.30267 s]
/proc/loadavg: 2.24 2.06 2.06 3/83 32437
/proc/meminfo: memFree=1638708/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 15 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=8032 CPUtime=1.11
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 1891 0 0 0 111 0 0 0 25 0 1 0 676957658 8224768 1877 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 2008 1877 75 150 0 1855 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 26988

[startup+12.7023 s]
/proc/loadavg: 2.38 2.09 2.07 3/83 32437
/proc/meminfo: memFree=1637044/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=9352 CPUtime=7.51
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 2230 0 0 0 750 1 0 0 25 0 1 0 676957658 9576448 2216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 2338 2216 75 150 0 2185 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 28308

[startup+25.5017 s]
/proc/loadavg: 2.44 2.12 2.08 3/83 32437
/proc/meminfo: memFree=1634164/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=11644 CPUtime=20.24
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 2799 0 0 0 2023 1 0 0 25 0 1 0 676957658 11923456 2785 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 2911 2785 75 150 0 2758 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 30600

[startup+51.1013 s]
/proc/loadavg: 2.29 2.11 2.07 3/83 32437
/proc/meminfo: memFree=1630516/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=14368 CPUtime=45.7
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 3455 0 0 0 4568 2 0 0 25 0 1 0 676957658 14712832 3441 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 3592 3441 75 150 0 3439 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 33324

[startup+102.307 s]
/proc/loadavg: 2.12 2.09 2.07 3/83 32437
/proc/meminfo: memFree=1627252/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=15052 CPUtime=96.67
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 3633 0 0 0 9664 3 0 0 25 0 1 0 676957658 15413248 3619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 3763 3619 75 150 0 3610 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 34008

[startup+162.302 s]
/proc/loadavg: 2.12 2.09 2.07 3/83 32443
/proc/meminfo: memFree=1624180/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0

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


[startup+222.301 s]
/proc/loadavg: 2.04 2.07 2.06 3/83 32443
/proc/meminfo: memFree=1618164/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=19008 CPUtime=216.06
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 4570 0 0 0 21602 4 0 0 25 0 1 0 676957658 19464192 4556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 4752 4556 75 150 0 4599 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 37964

[startup+282.301 s]
/proc/loadavg: 2.01 2.05 2.06 3/83 32443
/proc/meminfo: memFree=1611380/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=23196 CPUtime=275.76
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 5600 0 0 0 27571 5 0 0 25 0 1 0 676957658 23752704 5586 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 5799 5586 75 150 0 5646 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 42152

[startup+342.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/83 32443
/proc/meminfo: memFree=1605428/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=26692 CPUtime=335.48
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6485 0 0 0 33541 7 0 0 25 0 1 0 676957658 27332608 6471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 6673 6471 75 150 0 6520 0
Current children cumulated CPU time (s) 340.56
Current children cumulated vsize (KiB) 45648

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1601204/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28620 CPUtime=395.19
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6956 0 0 0 39511 8 0 0 25 0 1 0 676957658 29306880 6942 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7155 6942 75 150 0 7002 0
Current children cumulated CPU time (s) 400.27
Current children cumulated vsize (KiB) 47576

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600884/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28620 CPUtime=402.36
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6975 0 0 0 40228 8 0 0 25 0 1 0 676957658 29306880 6961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7155 6961 75 150 0 7002 0
Current children cumulated CPU time (s) 407.44
Current children cumulated vsize (KiB) 47576

[startup+415.902 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600692/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28620 CPUtime=408.72
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6977 0 0 0 40864 8 0 0 25 0 1 0 676957658 29306880 6963 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7155 6963 75 150 0 7002 0
Current children cumulated CPU time (s) 413.8
Current children cumulated vsize (KiB) 47576

[startup+419.107 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600436/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28768 CPUtime=411.91
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6989 0 0 0 41183 8 0 0 25 0 1 0 676957658 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 416.99
Current children cumulated vsize (KiB) 47724

[startup+422.302 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600308/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28768 CPUtime=415.1
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6989 0 0 0 41502 8 0 0 25 0 1 0 676957658 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 420.18
Current children cumulated vsize (KiB) 47724

[startup+423.101 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600308/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28768 CPUtime=415.89
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6989 0 0 0 41581 8 0 0 25 0 1 0 676957658 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 420.97
Current children cumulated vsize (KiB) 47724

[startup+423.902 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600308/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=5.08
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1031 22596 0 2 3 1 485 19 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32413 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32413 32413 30139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676957658 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32436/statm: 1339 232 193 169 0 50 0
[pid=32437] ppid=32436 vsize=28768 CPUtime=416.69
/proc/32437/stat : 32437 (minisat) R 32436 32413 30139 0 -1 4194304 6989 0 0 0 41661 8 0 0 25 0 1 0 676957658 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/32437/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 421.77
Current children cumulated vsize (KiB) 47724

[startup+424.302 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600308/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=422.12
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1070 29880 0 2 3 1 42180 28 16 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 422.12
Current children cumulated vsize (KiB) 13600

[startup+424.402 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 32443
/proc/meminfo: memFree=1600308/2055920 swapFree=4146768/4192956
[pid=32413] ppid=32411 vsize=13600 CPUtime=422.12
/proc/32413/stat : 32413 (sugar) S 32411 32413 30139 0 -1 4194304 1090 29880 0 2 3 1 42180 28 15 0 1 0 676957143 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32413/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 422.12
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 424.415
CPU time (s): 422.251
CPU user time (s): 421.922
CPU system time (s): 0.328949
CPU usage (%): 99.4902
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.922
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34712
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= 2406
involuntary context switches= 6723

runsolver used 0.563914 second user time and 1.56876 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 00:58:26
IDJOB=1080208
IDBENCH=56943
IDSOLVER=346
FILE ID=node90/1080208-1215212305
PBS_JOBID= 7881652
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08bc20cb4b4f6b35bbc57e84fe4cb0e6
RANDOM SEED=1505205767

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1653228 kB
Buffers:         53128 kB
Cached:         168432 kB
SwapCached:      37656 kB
Active:         277348 kB
Inactive:        66244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653228 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:         125612 kB
Slab:            43560 kB
Committed_AS:  1016708 kB
PageTables:       2492 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= 66548 MiB
End job on node90 at 2008-07-05 01:05:30