Trace number 1078352

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 1682.34 1696.69

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-19_ext.xml
MD5SUM32cbde82f4466942d0b977ad95fd0a6f
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 benchmark12.4111
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:23:30 2008
0.00/0.04	c 0	PID 4979
0.00/0.04	c 0	HOST node91.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1078352-1215206610.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078352-1215206610.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	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.71/0.85	c 1	Parsing HOME/temp.csp
1.82/1.90	c 2	parsed 137 expressions
1.82/1.91	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.82/1.91	c 2	Converting to clausal form CSP
1.82/1.93	c 2	converted 14 (10%) expressions
1.82/1.94	c 2	converted 28 (20%) expressions
1.82/1.95	c 2	converted 42 (30%) expressions
2.03/2.13	c 2	converted 55 (40%) expressions
2.03/2.14	c 2	converted 69 (50%) expressions
2.12/2.22	c 2	converted 83 (60%) expressions
2.21/2.33	c 2	converted 96 (70%) expressions
2.31/2.44	c 2	converted 110 (80%) expressions
2.42/2.55	c 2	converted 124 (90%) expressions
2.71/2.85	c 3	converted 137 (100%) expressions
2.71/2.85	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.71/2.85	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/2.85	c 3	Propagation in CSP
2.71/2.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.85	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.71/2.85	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.71/2.85	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.71/2.85	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.98	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.81/2.98	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.81/2.98	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.81/2.99	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.81/2.99	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.81/2.99	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.81/2.99	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.81/2.99	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.81/2.99	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.81/2.99	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.01/3.18	c 3	6 (10%) CSP clauses are encoded (11071 clauses, 250204 bytes)
3.21/3.32	c 3	12 (20%) CSP clauses are encoded (21885 clauses, 512937 bytes)
3.31/3.45	c 3	18 (30%) CSP clauses are encoded (32752 clauses, 775157 bytes)
3.41/3.58	c 3	24 (40%) CSP clauses are encoded (43562 clauses, 1033309 bytes)
3.50/3.68	c 3	29 (50%) CSP clauses are encoded (52604 clauses, 1258498 bytes)
3.70/3.81	c 4	35 (60%) CSP clauses are encoded (63421 clauses, 1526967 bytes)
3.80/3.94	c 4	41 (70%) CSP clauses are encoded (74217 clauses, 1803599 bytes)
3.90/4.07	c 4	47 (80%) CSP clauses are encoded (85084 clauses, 2093508 bytes)
4.10/4.20	c 4	53 (90%) CSP clauses are encoded (95852 clauses, 2381689 bytes)
4.10/4.29	c 4	58 (100%) CSP clauses are encoded (103688 clauses, 2588977 bytes)
4.10/4.30	c 4	58 CSP clauses encoded
4.10/4.30	c 4	Writing map file : HOME/temp.map
4.10/4.30	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.30	c 4	SAT : 380 SAT variables, 103688 SAT clauses, 2588977 bytes
4.21/4.30	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.33	c 4	SOLVING HOME/temp.cnf
4.21/4.33	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.21/4.33	c 4	This is MiniSat 2.0 beta
4.21/4.33	c 4	WARNING: for repeatability, setting FPU to use double precision
4.21/4.33	c 4	============================[ Problem Statistics ]=============================
4.21/4.33	c 4	|                                                                             |
4.21/4.33	c 4	|  Number of variables:  380                                                  |
4.21/4.33	c 4	|  Number of clauses:    103688                                               |
4.21/4.40	c 4	|  Parsing time:         0.06         s                                       |
4.21/4.40	c 4	============================[ Search Statistics ]==============================
4.21/4.40	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/4.40	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/4.40	c 4	===============================================================================
4.21/4.40	c 4	|         0 |     380   103688   568680 |    34562        0    nan |  0.000 % |
4.22/4.48	c 4	|       100 |     380   103688   568680 |    38018      100     12 |  0.001 % |
4.22/4.55	c 4	|       251 |     380   103688   568680 |    41820      251     11 |  0.012 % |
4.22/4.67	c 4	|       477 |     380   103688   568680 |    46002      477     12 |  0.014 % |
4.22/4.86	c 5	|       814 |     380   103688   568680 |    50603      814     11 |  0.013 % |
4.22/5.10	c 5	|      1320 |     380   103688   568680 |    55663     1320     11 |  0.013 % |
5.28/5.44	c 5	|      2080 |     380   103688   568680 |    61229     2080     12 |  0.013 % |
5.87/6.01	c 6	|      3219 |     380   103688   568680 |    67352     3219     13 |  0.012 % |
6.56/6.78	c 7	|      4927 |     380   103688   568680 |    74088     4927     13 |  0.012 % |
7.86/8.05	c 8	|      7489 |     380   103688   568680 |    81496     7489     13 |  0.013 % |
9.75/9.94	c 10	|     11333 |     380   103688   568680 |    89646    11333     13 |  0.014 % |
13.14/13.38	c 13	|     17099 |     380   103688   568680 |    98611    17099     13 |  0.015 % |
18.91/19.11	c 19	|     25748 |     380   103688   568680 |   108472    25748     13 |  0.017 % |
28.06/28.31	c 28	|     38722 |     380   103688   568680 |   119319    38722     13 |  0.019 % |
44.18/44.50	c 44	|     58183 |     380   103688   568680 |   131251    58183     14 |  0.021 % |
71.25/71.70	c 71	|     87375 |     380   103688   568680 |   144376    87375     15 |  0.001 % |
120.22/120.95	c 121	|    131164 |     380   103688   568680 |   158814   131164     16 |  0.010 % |
195.94/197.07	c 197	|    196849 |     380   103688   568680 |   174695    55595     16 |  0.014 % |
286.31/287.87	c 288	|    295376 |     378   101824   559333 |   192165    74582     17 |  0.527 % |
473.39/476.33	c 476	|    443165 |     378   101824   559333 |   211382    49089     17 |  0.531 % |
756.32/761.92	c 762	|    664848 |     378   101824   559333 |   232520    79659     18 |  0.534 % |
1246.19/1256.46	c 1256	|    997374 |     378   101824   559333 |   255772   197233     19 |  0.530 % |
1682.17/1696.50	c 1696	===============================================================================
1682.17/1696.50	c 1696	restarts              : 22
1682.17/1696.50	c 1696	conflicts             : 1265226        (754 /sec)
1682.17/1696.50	c 1696	decisions             : 1496759        (1.51 % random) (892 /sec)
1682.17/1696.50	c 1696	propagations          : 64834302       (38642 /sec)
1682.17/1696.50	c 1696	conflict literals     : 22153187       (31.83 % deleted)
1682.17/1696.50	c 1696	Memory used           : 40.64 MB
1682.17/1696.51	c 1696	CPU time              : 1677.83 s
1682.17/1696.51	c 1696	
1682.17/1696.51	c 1696	SATISFIABLE
1682.17/1696.51	c 1696	DECODING HOME/temp.out WITH HOME/temp.map
1682.17/1696.51	c 1696	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1682.20/1696.60	c 1696	Decoding HOME/temp.out
1682.20/1696.63	s SATISFIABLE
1682.20/1696.63	v 5 4 16 4 14 11 10 13 10 2 0 4 11 12 14 10 10 17 12 18
1682.20/1696.63	c 1696	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1682.20/1696.68	c 1696	CPU 1681.95 (0.03 0.01 1681.92 0.36)
1682.20/1696.68	c 1696	END Fri Jul  4 23:51:46 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-1078352-1215206610/watcher-1078352-1215206610 -o /tmp/evaluation-result-1078352-1215206610/solver-1078352-1215206610 -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-1078352-1215206610.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.15 2.15 2.06 4/82 4979
/proc/meminfo: memFree=1709472/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=12272 CPUtime=0
/proc/4979/stat : 4979 (sugar) R 4977 4979 4942 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1999628064 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 0 0 0
/proc/4979/statm: 3068 327 246 3 0 168 0

[startup+0.087186 s]
/proc/loadavg: 2.15 2.15 2.06 4/82 4979
/proc/meminfo: memFree=1709472/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999628064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101188 s]
/proc/loadavg: 2.15 2.15 2.06 4/82 4979
/proc/meminfo: memFree=1709472/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999628064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301208 s]
/proc/loadavg: 2.15 2.15 2.06 4/82 4979
/proc/meminfo: memFree=1709472/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999628064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701259 s]
/proc/loadavg: 2.15 2.15 2.06 4/82 4979
/proc/meminfo: memFree=1709472/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.03
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999628064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.15 2.15 2.06 4/93 5001
/proc/meminfo: memFree=1698248/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.72
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 973 6891 0 1 3 1 62 6 15 0 1 0 1999628064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 797 370 3 0 500 0
[pid=4992] ppid=4979 vsize=5356 CPUtime=0
/proc/4992/stat : 4992 (sh) S 4979 4979 4942 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999628142 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4992/statm: 1339 233 193 169 0 50 0
[pid=4993] ppid=4992 vsize=864012 CPUtime=0.7
/proc/4993/stat : 4993 (java) S 4992 4979 4942 0 -1 0 7599 0 1 0 66 4 0 0 18 0 9 0 1999628142 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4993/statm: 216003 6881 2532 9 0 210585 0
[pid=4993/tid=4994] ppid=4992 vsize=864012 CPUtime=0.42
/proc/4993/task/4994/stat : 4994 (java) R 4992 4979 4942 0 -1 64 2465 0 1 0 41 1 0 0 23 0 9 0 1999628143 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 103826889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4995] ppid=4992 vsize=864012 CPUtime=0.21
/proc/4993/task/4995/stat : 4995 (java) S 4992 4979 4942 0 -1 64 4124 0 0 0 20 1 0 0 16 0 9 0 1999628144 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4996] ppid=4992 vsize=864012 CPUtime=0
/proc/4993/task/4996/stat : 4996 (java) S 4992 4979 4942 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999628144 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4997] ppid=4992 vsize=864012 CPUtime=0
/proc/4993/task/4997/stat : 4997 (java) S 4992 4979 4942 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999628144 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4998] ppid=4992 vsize=864012 CPUtime=0
/proc/4993/task/4998/stat : 4998 (java) S 4992 4979 4942 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999628146 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4999] ppid=4992 vsize=864012 CPUtime=0.04
/proc/4993/task/4999/stat : 4999 (java) S 4992 4979 4942 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1999628146 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=5000] ppid=4992 vsize=864012 CPUtime=0
/proc/4993/task/5000/stat : 5000 (java) S 4992 4979 4942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999628146 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=5001] ppid=4992 vsize=864012 CPUtime=0
/proc/4993/task/5001/stat : 5001 (java) S 4992 4979 4942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999628146 884748288 6881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10152 s]
/proc/loadavg: 2.15 2.15 2.06 5/93 5001
/proc/meminfo: memFree=1676360/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=0.72
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 974 6891 0 1 3 1 62 6 15 0 1 0 1999628064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 797 370 3 0 500 0
[pid=4992] ppid=4979 vsize=5356 CPUtime=0
/proc/4992/stat : 4992 (sh) S 4979 4979 4942 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999628142 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4992/statm: 1339 233 193 169 0 50 0
[pid=4993] ppid=4992 vsize=864272 CPUtime=2.29
/proc/4993/stat : 4993 (java) S 4992 4979 4942 0 -1 0 15129 0 1 0 221 8 0 0 18 0 9 0 1999628142 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4993/statm: 216068 14337 2564 9 0 210615 0
[pid=4993/tid=4994] ppid=4992 vsize=864272 CPUtime=1.05
/proc/4993/task/4994/stat : 4994 (java) R 4992 4979 4942 0 -1 64 3273 0 1 0 103 2 0 0 25 0 9 0 1999628143 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 102064879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4995] ppid=4992 vsize=864272 CPUtime=1.12
/proc/4993/task/4995/stat : 4995 (java) S 4992 4979 4942 0 -1 64 10815 0 0 0 108 4 0 0 16 0 9 0 1999628144 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4996] ppid=4992 vsize=864272 CPUtime=0
/proc/4993/task/4996/stat : 4996 (java) S 4992 4979 4942 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999628144 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4997] ppid=4992 vsize=864272 CPUtime=0
/proc/4993/task/4997/stat : 4997 (java) S 4992 4979 4942 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999628144 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4998] ppid=4992 vsize=864272 CPUtime=0
/proc/4993/task/4998/stat : 4998 (java) S 4992 4979 4942 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999628146 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=4999] ppid=4992 vsize=864272 CPUtime=0.09
/proc/4993/task/4999/stat : 4999 (java) S 4992 4979 4942 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1999628146 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=5000] ppid=4992 vsize=864272 CPUtime=0
/proc/4993/task/5000/stat : 5000 (java) S 4992 4979 4942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999628146 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4993/tid=5001] ppid=4992 vsize=864272 CPUtime=0
/proc/4993/task/5001/stat : 5001 (java) S 4992 4979 4942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999628146 885014528 14337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883228

[startup+6.30189 s]
/proc/loadavg: 2.13 2.15 2.06 3/85 5003
/proc/meminfo: memFree=1695304/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 15 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=8304 CPUtime=1.95
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 1953 0 0 0 194 1 0 0 25 0 1 0 1999628498 8503296 1939 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 2076 1939 75 150 0 1923 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 27260

[startup+12.7016 s]
/proc/loadavg: 2.12 2.14 2.06 4/85 5003
/proc/meminfo: memFree=1694224/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=9376 CPUtime=8.32
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 2227 0 0 0 830 2 0 0 25 0 1 0 1999628498 9601024 2213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 2344 2213 75 150 0 2191 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28332

[startup+25.501 s]
/proc/loadavg: 2.10 2.14 2.06 3/85 5003
/proc/meminfo: memFree=1692624/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=10952 CPUtime=21.05
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 2616 0 0 0 2103 2 0 0 25 0 1 0 1999628498 11214848 2602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 2738 2602 75 150 0 2585 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 29908

[startup+51.1019 s]
/proc/loadavg: 2.06 2.13 2.06 3/85 5003
/proc/meminfo: memFree=1689744/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=13984 CPUtime=46.52
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 3351 0 0 0 4649 3 0 0 25 0 1 0 1999628498 14319616 3337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 3496 3337 75 150 0 3343 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 32940

[startup+102.308 s]
/proc/loadavg: 2.02 2.10 2.05 4/85 5003
/proc/meminfo: memFree=1684752/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=19024 CPUtime=97.49
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 4581 0 0 0 9744 5 0 0 25 0 1 0 1999628498 19480576 4567 996147200 134512640 135127466 4294956256 18446744073709551615 134530879 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 4756 4567 75 150 0 4603 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 37980

[startup+162.301 s]
/proc/loadavg: 2.01 2.08 2.05 4/85 5003
/proc/meminfo: memFree=1680464/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0

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

/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=40688 CPUtime=1525.19
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 9821 0 0 0 152506 13 0 0 25 0 1 0 1999628498 41664512 9807 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10172 9807 75 150 0 10019 0
Current children cumulated CPU time (s) 1529.41
Current children cumulated vsize (KiB) 59644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1691216/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=40844 CPUtime=1584.64
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 9883 0 0 0 158451 13 0 0 25 0 1 0 1999628498 41824256 9869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10211 9869 75 150 0 10058 0
Current children cumulated CPU time (s) 1588.86
Current children cumulated vsize (KiB) 59800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1687568/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1644.07
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10024 0 0 0 164394 13 0 0 25 0 1 0 1999628498 42614784 10010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10010 75 150 0 10251 0
Current children cumulated CPU time (s) 1648.29
Current children cumulated vsize (KiB) 60572

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

[startup+1663.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1687568/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1645.66
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10024 0 0 0 164553 13 0 0 25 0 1 0 1999628498 42614784 10010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10010 75 150 0 10251 0
Current children cumulated CPU time (s) 1649.88
Current children cumulated vsize (KiB) 60572

[startup+1676.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1687120/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1658.33
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10026 0 0 0 165820 13 0 0 25 0 1 0 1999628498 42614784 10012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10012 75 150 0 10251 0
Current children cumulated CPU time (s) 1662.55
Current children cumulated vsize (KiB) 60572

[startup+1689.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686736/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1671.02
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10032 0 0 0 167089 13 0 0 25 0 1 0 1999628498 42614784 10018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10018 75 150 0 10251 0
Current children cumulated CPU time (s) 1675.24
Current children cumulated vsize (KiB) 60572

[startup+1692.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686608/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1674.19
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10042 0 0 0 167406 13 0 0 25 0 1 0 1999628498 42614784 10028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10028 75 150 0 10251 0
Current children cumulated CPU time (s) 1678.41
Current children cumulated vsize (KiB) 60572

[startup+1694.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686480/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1675.77
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10042 0 0 0 167564 13 0 0 25 0 1 0 1999628498 42614784 10028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10028 75 150 0 10251 0
Current children cumulated CPU time (s) 1679.99
Current children cumulated vsize (KiB) 60572

[startup+1695.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686480/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1677.36
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10043 0 0 0 167723 13 0 0 25 0 1 0 1999628498 42614784 10029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10029 75 150 0 10251 0
Current children cumulated CPU time (s) 1681.58
Current children cumulated vsize (KiB) 60572

[startup+1696.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686416/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1677.75
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10043 0 0 0 167762 13 0 0 25 0 1 0 1999628498 42614784 10029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10029 75 150 0 10251 0
Current children cumulated CPU time (s) 1681.97
Current children cumulated vsize (KiB) 60572

[startup+1696.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686416/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=4.22
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1031 22415 0 2 3 1 400 18 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
[pid=5002] ppid=4979 vsize=5356 CPUtime=0
/proc/5002/stat : 5002 (sh) S 4979 4979 4942 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999628497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5002/statm: 1339 232 193 169 0 50 0
[pid=5003] ppid=5002 vsize=41616 CPUtime=1677.95
/proc/5003/stat : 5003 (minisat) R 5002 4979 4942 0 -1 4194304 10043 0 0 0 167782 13 0 0 25 0 1 0 1999628498 42614784 10029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5003/statm: 10404 10029 75 150 0 10251 0
Current children cumulated CPU time (s) 1682.17
Current children cumulated vsize (KiB) 60572

[startup+1696.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5095
/proc/meminfo: memFree=1686416/2055920 swapFree=4176360/4192956
[pid=4979] ppid=4977 vsize=13600 CPUtime=1682.2
/proc/4979/stat : 4979 (sugar) S 4977 4979 4942 0 -1 4194304 1070 32753 0 2 3 1 168183 33 16 0 1 0 1999628064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4979/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1682.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1696.69
CPU time (s): 1682.34
CPU user time (s): 1681.96
CPU system time (s): 0.381941
CPU usage (%): 99.1545
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1681.96
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37584
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= 2536
involuntary context switches= 35553

runsolver used 2.11168 second user time and 5.61815 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 23:23:30
IDJOB=1078352
IDBENCH=56779
IDSOLVER=346
FILE ID=node91/1078352-1215206610
PBS_JOBID= 7881739
Free space on /tmp= 66412 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32cbde82f4466942d0b977ad95fd0a6f
RANDOM SEED=1073162697

node91.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.231
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.231
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:       1709888 kB
Buffers:         18948 kB
Cached:         165696 kB
SwapCached:       7456 kB
Active:         234308 kB
Inactive:        65736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709888 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         123172 kB
Slab:            30348 kB
Committed_AS: 12498304 kB
PageTables:       2484 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= 66440 MiB
End job on node91 at 2008-07-04 23:51:46