Trace number 1078421

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 1432.13 1439.02

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-48_ext.xml
MD5SUMc9572e5d84204b6b8183d5a18c16a5d4
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 benchmark10.9793
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:26:14 2008
0.00/0.04	c 0	PID 306
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078421-1215206774.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078421-1215206774.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	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.70/0.81	c 1	Parsing HOME/temp.csp
1.74/1.87	c 2	parsed 137 expressions
1.74/1.88	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.74/1.88	c 2	Converting to clausal form CSP
1.85/1.91	c 2	converted 14 (10%) expressions
1.85/1.92	c 2	converted 28 (20%) expressions
1.85/1.93	c 2	converted 42 (30%) expressions
1.85/1.94	c 2	converted 55 (40%) expressions
2.04/2.10	c 2	converted 69 (50%) expressions
2.04/2.16	c 2	converted 83 (60%) expressions
2.14/2.26	c 2	converted 96 (70%) expressions
2.24/2.37	c 2	converted 110 (80%) expressions
2.33/2.49	c 2	converted 124 (90%) expressions
2.73/2.80	c 3	converted 137 (100%) expressions
2.73/2.80	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.73/2.80	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.73/2.80	c 3	Propagation in CSP
2.73/2.80	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.73/2.80	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.73/2.80	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.73/2.80	c 3	Simplifing CSP by introducing new Boolean variables
2.73/2.80	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.73/2.80	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.83/2.92	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.83/2.93	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.83/2.93	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.83/2.93	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.83/2.93	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.83/2.93	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.83/2.94	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.83/2.94	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.83/2.94	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.83/2.94	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.83/2.94	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.02/3.13	c 3	6 (10%) CSP clauses are encoded (10546 clauses, 229837 bytes)
3.13/3.26	c 3	12 (20%) CSP clauses are encoded (21338 clauses, 485560 bytes)
3.23/3.40	c 3	18 (30%) CSP clauses are encoded (32214 clauses, 745300 bytes)
3.42/3.53	c 3	24 (40%) CSP clauses are encoded (42905 clauses, 994053 bytes)
3.52/3.65	c 4	29 (50%) CSP clauses are encoded (51907 clauses, 1218017 bytes)
3.61/3.77	c 4	35 (60%) CSP clauses are encoded (62099 clauses, 1470048 bytes)
3.82/3.91	c 4	41 (70%) CSP clauses are encoded (73007 clauses, 1752270 bytes)
3.92/4.04	c 4	47 (80%) CSP clauses are encoded (83863 clauses, 2042438 bytes)
4.02/4.17	c 4	53 (90%) CSP clauses are encoded (94648 clauses, 2331183 bytes)
4.11/4.28	c 4	58 (100%) CSP clauses are encoded (103635 clauses, 2571617 bytes)
4.11/4.28	c 4	58 CSP clauses encoded
4.11/4.28	c 4	Writing map file : HOME/temp.map
4.11/4.29	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.29	c 4	SAT : 380 SAT variables, 103635 SAT clauses, 2571617 bytes
4.11/4.29	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.34	c 4	SOLVING HOME/temp.cnf
4.20/4.34	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.20/4.35	c 4	This is MiniSat 2.0 beta
4.20/4.35	c 4	WARNING: for repeatability, setting FPU to use double precision
4.20/4.35	c 4	============================[ Problem Statistics ]=============================
4.20/4.35	c 4	|                                                                             |
4.20/4.35	c 4	|  Number of variables:  380                                                  |
4.20/4.35	c 4	|  Number of clauses:    103635                                               |
4.27/4.42	c 4	|  Parsing time:         0.06         s                                       |
4.27/4.43	c 4	============================[ Search Statistics ]==============================
4.27/4.43	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.27/4.43	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.27/4.43	c 4	===============================================================================
4.27/4.43	c 4	|         0 |     380   103635   568067 |    34545        0    nan |  0.000 % |
4.27/4.49	c 4	|       101 |     380   103635   568067 |    37999      101     10 |  0.001 % |
4.36/4.56	c 4	|       251 |     380   103635   568067 |    41799      251     11 |  0.013 % |
4.45/4.66	c 5	|       478 |     380   103635   568067 |    45979      478     12 |  0.008 % |
4.55/4.73	c 5	|       817 |     380   103635   568067 |    50577      817     11 |  0.013 % |
4.65/4.88	c 5	|      1323 |     380   103635   568067 |    55635     1323     11 |  0.013 % |
5.05/5.21	c 5	|      2083 |     380   103635   568067 |    61198     2083     12 |  0.013 % |
5.45/5.68	c 6	|      3223 |     380   103635   568067 |    67318     3223     12 |  0.013 % |
6.14/6.40	c 6	|      4933 |     380   103635   568067 |    74050     4933     12 |  0.013 % |
7.23/7.40	c 7	|      7499 |     380   103635   568067 |    81455     7499     13 |  0.008 % |
8.91/9.14	c 9	|     11343 |     380   103635   568067 |    89600    11343     13 |  0.012 % |
11.79/12.09	c 12	|     17112 |     380   103635   568067 |    98560    17112     14 |  0.013 % |
16.64/16.99	c 17	|     25761 |     380   103635   568067 |   108417    25761     14 |  0.015 % |
25.15/25.55	c 25	|     38735 |     380   103635   568067 |   119258    38735     14 |  0.015 % |
38.23/38.74	c 39	|     58197 |     380   103635   568067 |   131184    58197     15 |  0.012 % |
63.10/63.83	c 64	|     87389 |     380   103635   568067 |   144303    87389     16 |  0.001 % |
109.12/110.21	c 110	|    131178 |     380   103635   568067 |   158733   131178     16 |  0.001 % |
162.27/163.40	c 163	|    196868 |     380   103635   568067 |   174606    53830     19 |  0.008 % |
264.40/265.98	c 266	|    295394 |     380   103635   568067 |   192067   152356     18 |  0.010 % |
433.32/435.68	c 436	|    443183 |     379   103030   565254 |   211274   101957     18 |  0.265 % |
706.46/710.03	c 710	|    664866 |     379   103030   565254 |   232401   128593     18 |  0.274 % |
1166.65/1172.35	c 1172	|    997392 |     379   103030   565254 |   255641    38623     17 |  0.270 % |
1431.94/1438.84	c 1439	===============================================================================
1431.94/1438.84	c 1439	restarts              : 22
1431.94/1438.84	c 1439	conflicts             : 1210425        (848 /sec)
1431.94/1438.84	c 1439	decisions             : 1491822        (1.50 % random) (1045 /sec)
1431.94/1438.84	c 1439	propagations          : 54196341       (37963 /sec)
1431.94/1438.84	c 1439	conflict literals     : 21555739       (29.10 % deleted)
1431.94/1438.84	c 1439	Memory used           : 38.69 MB
1431.94/1438.84	c 1439	CPU time              : 1427.6 s
1431.94/1438.84	c 1439	
1431.94/1438.84	c 1439	SATISFIABLE
1431.94/1438.85	c 1439	DECODING HOME/temp.out WITH HOME/temp.map
1431.94/1438.85	c 1439	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1431.99/1438.94	c 1439	Decoding HOME/temp.out
1431.99/1438.96	s SATISFIABLE
1431.99/1438.96	v 8 16 11 4 17 11 2 0 7 14 3 3 0 4 2 12 9 4 6 2
1431.99/1438.97	c 1439	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1431.99/1439.01	c 1439	CPU 1431.72 (0.03 0.01 1431.69 0.37)
1431.99/1439.01	c 1439	END Fri Jul  4 23:50:13 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-1078421-1215206774/watcher-1078421-1215206774 -o /tmp/evaluation-result-1078421-1215206774/solver-1078421-1215206774 -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-1078421-1215206774.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.53 2.20 2.04 4/80 306
/proc/meminfo: memFree=1713776/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=18572 CPUtime=0
/proc/306/stat : 306 (runsolver) R 304 306 31598 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1550353628 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/306/statm: 4643 292 257 25 0 2626 0

[startup+0.104845 s]
/proc/loadavg: 2.53 2.20 2.04 4/80 306
/proc/meminfo: memFree=1713776/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.03
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 900 127 0 0 2 1 0 0 23 0 1 0 1550353628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201862 s]
/proc/loadavg: 2.53 2.20 2.04 4/80 306
/proc/meminfo: memFree=1713776/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.03
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 900 127 0 0 2 1 0 0 23 0 1 0 1550353628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30188 s]
/proc/loadavg: 2.53 2.20 2.04 4/80 306
/proc/meminfo: memFree=1713776/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.03
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 900 127 0 0 2 1 0 0 23 0 1 0 1550353628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701956 s]
/proc/loadavg: 2.53 2.20 2.04 4/80 306
/proc/meminfo: memFree=1713776/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.03
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 900 127 0 0 2 1 0 0 23 0 1 0 1550353628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.73 2.24 2.05 3/91 328
/proc/meminfo: memFree=1699736/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.7
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 973 7038 0 1 3 1 61 5 16 0 1 0 1550353628 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 797 370 3 0 500 0
[pid=319] ppid=306 vsize=5356 CPUtime=0
/proc/319/stat : 319 (sh) S 306 306 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550353702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/319/statm: 1339 233 193 169 0 50 0
[pid=320] ppid=319 vsize=864012 CPUtime=0.75
/proc/320/stat : 320 (java) S 319 306 31598 0 -1 0 7828 0 1 0 70 5 0 0 18 0 9 0 1550353702 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/320/statm: 216003 7108 2532 9 0 210585 0
[pid=320/tid=321] ppid=319 vsize=864012 CPUtime=0.46
/proc/320/task/321/stat : 321 (java) R 319 306 31598 0 -1 64 2467 0 1 0 45 1 0 0 23 0 9 0 1550353703 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=322] ppid=319 vsize=864012 CPUtime=0.22
/proc/320/task/322/stat : 322 (java) R 319 306 31598 0 -1 64 4350 0 0 0 21 1 0 0 16 0 9 0 1550353704 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 103736193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=323] ppid=319 vsize=864012 CPUtime=0
/proc/320/task/323/stat : 323 (java) S 319 306 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550353704 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=324] ppid=319 vsize=864012 CPUtime=0
/proc/320/task/324/stat : 324 (java) S 319 306 31598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550353704 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=325] ppid=319 vsize=864012 CPUtime=0
/proc/320/task/325/stat : 325 (java) S 319 306 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550353706 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=326] ppid=319 vsize=864012 CPUtime=0.03
/proc/320/task/326/stat : 326 (java) S 319 306 31598 0 -1 64 313 0 0 0 3 0 0 0 16 0 9 0 1550353706 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=327] ppid=319 vsize=864012 CPUtime=0
/proc/320/task/327/stat : 327 (java) S 319 306 31598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550353706 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=328] ppid=319 vsize=864012 CPUtime=0
/proc/320/task/328/stat : 328 (java) S 319 306 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550353706 884748288 7108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882968

[startup+3.10142 s]
/proc/loadavg: 2.73 2.24 2.05 3/91 328
/proc/meminfo: memFree=1676248/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=0.7
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 974 7038 0 1 3 1 61 5 15 0 1 0 1550353628 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 797 370 3 0 500 0
[pid=319] ppid=306 vsize=5356 CPUtime=0
/proc/319/stat : 319 (sh) S 306 306 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550353702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/319/statm: 1339 233 193 169 0 50 0
[pid=320] ppid=319 vsize=864332 CPUtime=2.32
/proc/320/stat : 320 (java) S 319 306 31598 0 -1 0 15165 0 1 0 224 8 0 0 18 0 9 0 1550353702 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/320/statm: 216083 14386 2564 9 0 210630 0
[pid=320/tid=321] ppid=319 vsize=864332 CPUtime=1.14
/proc/320/task/321/stat : 321 (java) R 319 306 31598 0 -1 64 3275 0 1 0 112 2 0 0 24 0 9 0 1550353703 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 103214890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=322] ppid=319 vsize=864332 CPUtime=1.06
/proc/320/task/322/stat : 322 (java) S 319 306 31598 0 -1 64 10847 0 0 0 102 4 0 0 16 0 9 0 1550353704 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=323] ppid=319 vsize=864332 CPUtime=0
/proc/320/task/323/stat : 323 (java) S 319 306 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550353704 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=324] ppid=319 vsize=864332 CPUtime=0
/proc/320/task/324/stat : 324 (java) S 319 306 31598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550353704 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=325] ppid=319 vsize=864332 CPUtime=0
/proc/320/task/325/stat : 325 (java) S 319 306 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550353706 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=326] ppid=319 vsize=864332 CPUtime=0.08
/proc/320/task/326/stat : 326 (java) S 319 306 31598 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1550353706 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=327] ppid=319 vsize=864332 CPUtime=0
/proc/320/task/327/stat : 327 (java) S 319 306 31598 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550353706 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=320/tid=328] ppid=319 vsize=864332 CPUtime=0
/proc/320/task/328/stat : 328 (java) S 319 306 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550353706 885075968 14386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883288

[startup+6.30204 s]
/proc/loadavg: 2.73 2.24 2.05 3/83 330
/proc/meminfo: memFree=1699800/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 15 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=8312 CPUtime=1.91
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 1978 0 0 0 191 0 0 0 25 0 1 0 1550354063 8511488 1964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/330/statm: 2078 1964 75 150 0 1925 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27268

[startup+12.7013 s]
/proc/loadavg: 2.70 2.25 2.06 3/83 330
/proc/meminfo: memFree=1698328/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=9672 CPUtime=8.25
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 2304 0 0 0 824 1 0 0 25 0 1 0 1550354063 9904128 2290 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/330/statm: 2418 2290 75 150 0 2265 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28628

[startup+25.5027 s]
/proc/loadavg: 2.74 2.27 2.07 3/83 330
/proc/meminfo: memFree=1696536/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=11616 CPUtime=20.92
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 2779 0 0 0 2091 1 0 0 25 0 1 0 1550354063 11894784 2765 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/330/statm: 2904 2765 75 150 0 2751 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30572

[startup+51.1026 s]
/proc/loadavg: 2.83 2.33 2.09 3/83 330
/proc/meminfo: memFree=1693080/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=15172 CPUtime=46.29
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 3648 0 0 0 4626 3 0 0 25 0 1 0 1550354063 15536128 3634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/330/statm: 3793 3634 75 150 0 3640 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34128

[startup+102.302 s]
/proc/loadavg: 2.33 2.27 2.09 3/72 333
/proc/meminfo: memFree=1746168/2055920 swapFree=4114092/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=20172 CPUtime=97
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 4906 0 0 0 9696 4 0 0 25 0 1 0 1550354063 20656128 4892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/330/statm: 5043 4892 75 150 0 4890 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 39128

[startup+162.302 s]
/proc/loadavg: 2.09 2.21 2.07 3/84 403
/proc/meminfo: memFree=1733528/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0

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

/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=37428 CPUtime=1112.63
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 8991 0 0 0 111250 13 0 0 25 0 1 0 1550354063 38326272 8977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9357 8977 75 150 0 9204 0
Current children cumulated CPU time (s) 1116.86
Current children cumulated vsize (KiB) 56384

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1695456/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=38088 CPUtime=1172.37
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9150 0 0 0 117223 14 0 0 25 0 1 0 1550354063 39002112 9136 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9522 9136 75 150 0 9369 0
Current children cumulated CPU time (s) 1176.6
Current children cumulated vsize (KiB) 57044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1695072/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=38264 CPUtime=1232.09
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9195 0 0 0 123195 14 0 0 25 0 1 0 1550354063 39182336 9181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9566 9181 75 150 0 9413 0
Current children cumulated CPU time (s) 1236.32
Current children cumulated vsize (KiB) 57220

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1694624/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=38700 CPUtime=1291.82
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9292 0 0 0 129168 14 0 0 25 0 1 0 1550354063 39628800 9278 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9675 9278 75 150 0 9522 0
Current children cumulated CPU time (s) 1296.05
Current children cumulated vsize (KiB) 57656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1694560/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=38700 CPUtime=1351.54
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9306 0 0 0 135140 14 0 0 25 0 1 0 1550354063 39628800 9292 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9675 9292 75 150 0 9522 0
Current children cumulated CPU time (s) 1355.77
Current children cumulated vsize (KiB) 57656

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693920/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39456 CPUtime=1411.27
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9445 0 0 0 141113 14 0 0 25 0 1 0 1550354063 40402944 9431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9864 9431 75 150 0 9711 0
Current children cumulated CPU time (s) 1415.5
Current children cumulated vsize (KiB) 58412

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

[startup+1427.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693920/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39456 CPUtime=1416.15
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9446 0 0 0 141601 14 0 0 25 0 1 0 1550354063 40402944 9432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9864 9432 75 150 0 9711 0
Current children cumulated CPU time (s) 1420.38
Current children cumulated vsize (KiB) 58412

[startup+1433.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693856/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39456 CPUtime=1422.51
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9476 0 0 0 142237 14 0 0 25 0 1 0 1550354063 40402944 9462 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9864 9462 75 150 0 9711 0
Current children cumulated CPU time (s) 1426.74
Current children cumulated vsize (KiB) 58412

[startup+1436.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693792/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39612 CPUtime=1425.71
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9485 0 0 0 142557 14 0 0 25 0 1 0 1550354063 40562688 9471 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9903 9471 75 150 0 9750 0
Current children cumulated CPU time (s) 1429.94
Current children cumulated vsize (KiB) 58568

[startup+1438.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693792/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39612 CPUtime=1427.31
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9486 0 0 0 142716 15 0 0 25 0 1 0 1550354063 40562688 9472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9903 9472 75 150 0 9750 0
Current children cumulated CPU time (s) 1431.54
Current children cumulated vsize (KiB) 58568

[startup+1438.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693792/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=4.23
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1031 22572 0 2 3 1 401 18 16 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
[pid=329] ppid=306 vsize=5356 CPUtime=0
/proc/329/stat : 329 (sh) S 306 306 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550354063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/329/statm: 1339 232 193 169 0 50 0
[pid=330] ppid=329 vsize=39612 CPUtime=1427.71
/proc/330/stat : 330 (minisat) R 329 306 31598 0 -1 4194304 9486 0 0 0 142756 15 0 0 25 0 1 0 1550354063 40562688 9472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/330/statm: 9903 9472 75 150 0 9750 0
Current children cumulated CPU time (s) 1431.94
Current children cumulated vsize (KiB) 58568

[startup+1439 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 433
/proc/meminfo: memFree=1693792/2055920 swapFree=4114104/4192956
[pid=306] ppid=304 vsize=13600 CPUtime=1431.99
/proc/306/stat : 306 (sugar) S 304 306 31598 0 -1 4194304 1090 32353 0 2 3 1 143161 34 15 0 1 0 1550353628 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/306/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1431.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1439.02
CPU time (s): 1432.13
CPU user time (s): 1431.73
CPU system time (s): 0.397939
CPU usage (%): 99.521
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1431.73
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37185
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= 2535
involuntary context switches= 20614

runsolver used 1.72874 second user time and 4.77227 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 23:26:14
IDJOB=1078421
IDBENCH=56790
IDSOLVER=346
FILE ID=node9/1078421-1215206774
PBS_JOBID= 7881686
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-48_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-1078421-1215206774/watcher-1078421-1215206774 -o /tmp/evaluation-result-1078421-1215206774/solver-1078421-1215206774 -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-1078421-1215206774.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9572e5d84204b6b8183d5a18c16a5d4
RANDOM SEED=936864206

node9.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.265
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	: 5931.00
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.265
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:       1714256 kB
Buffers:         16808 kB
Cached:         107164 kB
SwapCached:      73024 kB
Active:         244676 kB
Inactive:        43268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714256 kB
SwapTotal:     4192956 kB
SwapFree:      4114092 kB
Dirty:            2844 kB
Writeback:           0 kB
Mapped:         179824 kB
Slab:            38532 kB
Committed_AS:  3810548 kB
PageTables:       2152 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= 66540 MiB
End job on node9 at 2008-07-04 23:50:13