Trace number 1087389

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+minisatUNSAT 81.1337 81.9211

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-1.xml
MD5SUM61e96c97715b7c95a31e810829750342
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.3496
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
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 Sat Jul  5 09:42:26 2008
0.00/0.04	c 0	PID 19751
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087389-1215243746.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-1087389-1215243746.xml' 'HOME/temp.csp'
0.03/0.83	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.03/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.86	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.80/0.95	c 1	Parsing HOME/temp.csp
1.12/1.23	c 1	parsed 5027 expressions
1.12/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.23	c 1	Converting to clausal form CSP
1.41/1.60	c 2	converted 503 (10%) expressions
2.11/2.23	c 2	converted 1006 (20%) expressions
2.60/2.79	c 3	converted 1509 (30%) expressions
3.10/3.27	c 3	converted 2011 (40%) expressions
3.60/3.75	c 4	converted 2514 (50%) expressions
4.00/4.13	c 4	converted 3017 (60%) expressions
4.39/4.51	c 5	converted 3519 (70%) expressions
4.89/5.04	c 5	converted 4022 (80%) expressions
5.29/5.44	c 6	converted 4525 (90%) expressions
5.68/5.83	c 6	converted 5027 (100%) expressions
5.68/5.83	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.68/5.83	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.83	c 6	Propagation in CSP
5.98/6.11	c 6	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.98/6.11	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.98/6.11	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.98/6.13	c 6	Simplifing CSP by introducing new Boolean variables
5.98/6.19	c 6	CSP : 697 integers, 23348 booleans, 38400 clauses, largest domain size 2717
5.98/6.19	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.29/6.46	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.68/6.84	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
6.97/7.17	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.28/7.48	c 8	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.57/7.78	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.97/8.10	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.17/8.32	c 9	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.37/8.50	c 9	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.47/8.69	c 9	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.66/8.88	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.86/9.04	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
23.47/23.71	c 24	3840 (10%) CSP clauses are encoded (3171596 clauses, 64026259 bytes)
31.90/32.25	c 32	7680 (20%) CSP clauses are encoded (5010555 clauses, 105229889 bytes)
38.06/38.47	c 39	11520 (30%) CSP clauses are encoded (6494867 clauses, 139148029 bytes)
42.12/42.50	c 43	15360 (40%) CSP clauses are encoded (7572825 clauses, 164499153 bytes)
45.99/46.42	c 47	19200 (50%) CSP clauses are encoded (8868325 clauses, 195516706 bytes)
49.23/49.71	c 50	23040 (60%) CSP clauses are encoded (10016201 clauses, 223084560 bytes)
52.49/53.07	c 53	26880 (70%) CSP clauses are encoded (11217717 clauses, 252153370 bytes)
55.73/56.36	c 57	30720 (80%) CSP clauses are encoded (12322522 clauses, 278912735 bytes)
58.78/59.47	c 60	34560 (90%) CSP clauses are encoded (13411985 clauses, 305302638 bytes)
61.75/62.42	c 63	38400 (100%) CSP clauses are encoded (14431439 clauses, 330129718 bytes)
61.75/62.42	c 63	38400 CSP clauses encoded
61.75/62.42	c 63	Writing map file : HOME/temp.map
61.75/62.46	c 63	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.75/62.46	c 63	SAT : 839881 SAT variables, 14431439 SAT clauses, 330129718 bytes
61.75/62.46	c 63	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.75/62.48	c 63	SOLVING HOME/temp.cnf
61.75/62.48	c 63	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
61.75/62.49	c 63	This is MiniSat 2.0 beta
61.75/62.49	c 63	WARNING: for repeatability, setting FPU to use double precision
61.75/62.49	c 63	============================[ Problem Statistics ]=============================
61.75/62.49	c 63	|                                                                             |
61.75/62.49	c 63	|  Number of variables:  839881                                               |
61.75/62.49	c 63	|  Number of clauses:    14431439                                             |
69.89/70.69	c 71	|  Parsing time:         7.18         s                                       |
70.30/71.06	c 71	============================[ Search Statistics ]==============================
70.30/71.06	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.30/71.06	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.30/71.06	c 71	===============================================================================
70.30/71.06	c 71	|         0 |  839880 14431438 40255537 |  4810479        0    nan |  0.000 % |
71.09/71.85	c 72	|       101 |  839850 14431438 40255537 |  5291527       97      3 |  0.155 % |
72.88/73.67	c 74	|       251 |  839845 14431438 40255537 |  5820679      246      3 |  0.687 % |
75.08/75.84	c 76	|       478 |  839843 14431438 40255537 |  6402747      472      4 |  1.200 % |
77.06/77.84	c 78	|       816 |  839834 14431438 40255537 |  7043022      806      4 |  2.195 % |
79.45/80.21	c 80	|      1322 |  839825 14431438 40255537 |  7747325     1308      5 |  3.220 % |
80.25/81.01	c 81	===============================================================================
80.25/81.01	c 81	restarts              : 6
80.25/81.01	c 81	conflicts             : 1579           (91 /sec)
80.25/81.01	c 81	decisions             : 54242          (1.51 % random) (3122 /sec)
80.25/81.01	c 81	propagations          : 33671841       (1937908 /sec)
80.25/81.01	c 81	conflict literals     : 7367           (9.00 % deleted)
80.25/81.01	c 81	Memory used           : 676.49 MB
80.25/81.01	c 81	CPU time              : 17.3754 s
80.25/81.01	c 81	
80.25/81.01	c 81	UNSATISFIABLE
80.34/81.12	c 81	DECODING HOME/temp.out WITH HOME/temp.map
80.34/81.12	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
80.38/81.20	c 81	Decoding HOME/temp.out
80.83/81.69	s UNSATISFIABLE
80.83/81.69	c 82	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
80.93/81.75	c 82	CPU 77.36 (0.04 0.01 77.32 3.57)
80.93/81.75	c 82	END Sat Jul  5 09:43:48 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087389-1215243746/watcher-1087389-1215243746 -o /tmp/evaluation-result-1087389-1215243746/solver-1087389-1215243746 -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-1087389-1215243746.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.01 2.11 1.93 4/72 19751
/proc/meminfo: memFree=1831664/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=3672 CPUtime=0
/proc/19751/stat : 19751 (sugar) R 19749 19751 18968 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 2003349012 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 227846190569 0 0 4096 0 0 0 0 17 1 0 0
/proc/19751/statm: 918 40 31 3 0 8 0

[startup+0.110286 s]
/proc/loadavg: 2.01 2.11 1.93 4/72 19751
/proc/meminfo: memFree=1831664/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.03
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003349012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201342 s]
/proc/loadavg: 2.01 2.11 1.93 4/72 19751
/proc/meminfo: memFree=1831664/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.03
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003349012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30135 s]
/proc/loadavg: 2.01 2.11 1.93 4/72 19751
/proc/meminfo: memFree=1831664/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.03
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003349012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701436 s]
/proc/loadavg: 2.01 2.11 1.93 4/72 19751
/proc/meminfo: memFree=1831664/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.03
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003349012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 2.01 2.11 1.93 3/83 19773
/proc/meminfo: memFree=1823384/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 973 7246 0 1 3 0 73 4 15 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=868352 CPUtime=0.61
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 5478 0 1 0 58 3 0 0 19 0 9 0 2003349099 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 217088 4885 1732 9 0 211663 0
[pid=19765/tid=19766] ppid=19764 vsize=868352 CPUtime=0.37
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 2667 0 1 0 36 1 0 0 22 0 9 0 2003349100 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 103842699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=868352 CPUtime=0.05
/proc/19765/task/19767/stat : 19767 (java) S 19764 19751 18968 0 -1 64 693 0 0 0 5 0 0 0 16 0 9 0 2003349101 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003349102 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003349102 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=868352 CPUtime=0.16
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1426 0 0 0 16 0 0 0 16 0 9 0 2003349104 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 889192448 4885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887308

[startup+3.10181 s]
/proc/loadavg: 2.01 2.11 1.93 3/83 19773
/proc/meminfo: memFree=1812568/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 973 7246 0 1 3 0 73 4 15 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=868352 CPUtime=2.2
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 8752 0 1 0 214 6 0 0 19 0 9 0 2003349099 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 217088 7834 2540 9 0 211663 0
[pid=19765/tid=19766] ppid=19764 vsize=868352 CPUtime=1.65
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 2822 0 1 0 164 1 0 0 25 0 9 0 2003349100 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4126568197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=868352 CPUtime=0.31
/proc/19765/task/19767/stat : 19767 (java) S 19764 19751 18968 0 -1 64 3786 0 0 0 29 2 0 0 16 0 9 0 2003349101 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=868352 CPUtime=0.2
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1451 0 0 0 20 0 0 0 15 0 9 0 2003349104 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=868352 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 889192448 7834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887308

[startup+6.30238 s]
/proc/loadavg: 2.09 2.12 1.93 3/83 19773
/proc/meminfo: memFree=1792984/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 974 7246 0 1 3 0 73 4 15 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=873480 CPUtime=5.39
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 15487 0 1 0 528 11 0 0 19 0 9 0 2003349099 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 218370 14369 2540 9 0 212945 0
[pid=19765/tid=19766] ppid=19764 vsize=873480 CPUtime=4.1
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 3231 0 1 0 408 2 0 0 25 0 9 0 2003349100 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=873480 CPUtime=1.02
/proc/19765/task/19767/stat : 19767 (java) R 19764 19751 18968 0 -1 64 10097 0 0 0 96 6 0 0 16 0 9 0 2003349101 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 103735733 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=873480 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=873480 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=873480 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=873480 CPUtime=0.23
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1466 0 0 0 23 0 0 0 15 0 9 0 2003349104 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=873480 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=873480 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 894443520 14369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 892436

[startup+12.7015 s]
/proc/loadavg: 2.08 2.12 1.93 3/83 19773
/proc/meminfo: memFree=1761560/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 974 7246 0 1 3 0 73 4 15 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=868464 CPUtime=11.74
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 15910 0 1 0 1145 29 0 0 19 0 9 0 2003349099 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 217116 13271 2566 9 0 211663 0
[pid=19765/tid=19766] ppid=19764 vsize=868464 CPUtime=10.16
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 3614 0 1 0 997 19 0 0 25 0 9 0 2003349100 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4126576360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=868464 CPUtime=1.26
/proc/19765/task/19767/stat : 19767 (java) S 19764 19751 18968 0 -1 64 10108 0 0 0 119 7 0 0 16 0 9 0 2003349101 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=868464 CPUtime=0.29
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1495 0 0 0 28 1 0 0 16 0 9 0 2003349104 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 889307136 13271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887420

[startup+25.5028 s]
/proc/loadavg: 2.06 2.11 1.93 3/83 19773
/proc/meminfo: memFree=1714968/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 974 7246 0 1 3 0 73 4 16 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=868464 CPUtime=24.45
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 16315 0 1 0 2384 61 0 0 19 0 9 0 2003349099 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 217116 13276 2566 9 0 211663 0
[pid=19765/tid=19766] ppid=19764 vsize=868464 CPUtime=22.7
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 4014 0 1 0 2222 48 0 0 25 0 9 0 2003349100 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4126995668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=868464 CPUtime=1.42
/proc/19765/task/19767/stat : 19767 (java) S 19764 19751 18968 0 -1 64 10108 0 0 0 132 10 0 0 16 0 9 0 2003349101 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=868464 CPUtime=0.3
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1502 0 0 0 29 1 0 0 16 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 887420

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

[startup+51.2023 s]
/proc/loadavg: 2.04 2.10 1.93 3/83 19773
/proc/meminfo: memFree=1554968/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=0.8
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 974 7246 0 1 3 0 73 4 16 0 1 0 2003349012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 797 370 3 0 500 0
[pid=19764] ppid=19751 vsize=5356 CPUtime=0
/proc/19764/stat : 19764 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003349099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19764/statm: 1339 233 193 169 0 50 0
[pid=19765] ppid=19764 vsize=868464 CPUtime=49.91
/proc/19765/stat : 19765 (java) S 19764 19751 18968 0 -1 0 17634 0 1 0 4821 170 0 0 19 0 9 0 2003349099 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19765/statm: 217116 13278 2566 9 0 211663 0
[pid=19765/tid=19766] ppid=19764 vsize=868464 CPUtime=47.61
/proc/19765/task/19766/stat : 19766 (java) R 19764 19751 18968 0 -1 64 5331 0 1 0 4613 148 0 0 25 0 9 0 2003349100 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4126466908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19767] ppid=19764 vsize=868464 CPUtime=1.97
/proc/19765/task/19767/stat : 19767 (java) S 19764 19751 18968 0 -1 64 10108 0 0 0 178 19 0 0 16 0 9 0 2003349101 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19768] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19768/stat : 19768 (java) S 19764 19751 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19769] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19769/stat : 19769 (java) S 19764 19751 18968 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003349102 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19770] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19770/stat : 19770 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19771] ppid=19764 vsize=868464 CPUtime=0.3
/proc/19765/task/19771/stat : 19771 (java) S 19764 19751 18968 0 -1 64 1502 0 0 0 29 1 0 0 16 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19772] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19772/stat : 19772 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19765/tid=19773] ppid=19764 vsize=868464 CPUtime=0
/proc/19765/task/19773/stat : 19773 (java) S 19764 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003349104 889307136 13278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 887420

[startup+64.0016 s]
/proc/loadavg: 2.03 2.10 1.93 3/75 19775
/proc/meminfo: memFree=1354648/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=61.85
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1034 25915 0 2 4 0 5942 239 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19774] ppid=19751 vsize=5356 CPUtime=0
/proc/19774/stat : 19774 (sh) S 19751 19751 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003355261 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19774/statm: 1339 232 193 169 0 50 0
[pid=19775] ppid=19774 vsize=173528 CPUtime=1.47
/proc/19775/stat : 19775 (minisat) R 19774 19751 18968 0 -1 4194304 38819 0 0 0 127 20 0 0 25 0 1 0 2003355261 177692672 38805 996147200 134512640 135127466 4294956256 18446744073709551615 134514045 0 0 4096 3 0 0 0 17 1 0 0
/proc/19775/statm: 43382 38805 62 150 0 43229 0
Current children cumulated CPU time (s) 63.32
Current children cumulated vsize (KiB) 192484

[startup+70.4017 s]
/proc/loadavg: 2.03 2.09 1.93 3/75 19775
/proc/meminfo: memFree=911384/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=61.85
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1034 25915 0 2 4 0 5942 239 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19774] ppid=19751 vsize=5356 CPUtime=0
/proc/19774/stat : 19774 (sh) S 19751 19751 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003355261 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19774/statm: 1339 232 193 169 0 50 0
[pid=19775] ppid=19774 vsize=616196 CPUtime=7.85
/proc/19775/stat : 19775 (minisat) R 19774 19751 18968 0 -1 4194304 146576 0 0 0 692 93 0 0 25 0 1 0 2003355261 630984704 146562 996147200 134512640 135127466 4294956256 18446744073709551615 134514165 0 0 4096 3 0 0 0 17 1 0 0
/proc/19775/statm: 154049 146562 62 150 0 153896 0
Current children cumulated CPU time (s) 69.7
Current children cumulated vsize (KiB) 635152

[startup+76.8028 s]
/proc/loadavg: 2.02 2.09 1.93 3/75 19775
/proc/meminfo: memFree=842200/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=61.85
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1034 25915 0 2 4 0 5942 239 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19774] ppid=19751 vsize=5356 CPUtime=0
/proc/19774/stat : 19774 (sh) S 19751 19751 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003355261 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19774/statm: 1339 232 193 169 0 50 0
[pid=19775] ppid=19774 vsize=687556 CPUtime=14.22
/proc/19775/stat : 19775 (minisat) R 19774 19751 18968 0 -1 4194304 164686 0 0 0 1319 103 0 0 25 0 1 0 2003355261 704057344 164672 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 1 0 0
/proc/19775/statm: 171889 164672 75 150 0 171736 0
Current children cumulated CPU time (s) 76.07
Current children cumulated vsize (KiB) 706512

[startup+80.0014 s]
/proc/loadavg: 2.02 2.09 1.93 3/75 19775
/proc/meminfo: memFree=835288/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=61.85
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1034 25915 0 2 4 0 5942 239 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19774] ppid=19751 vsize=5356 CPUtime=0
/proc/19774/stat : 19774 (sh) S 19751 19751 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003355261 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19774/statm: 1339 232 193 169 0 50 0
[pid=19775] ppid=19774 vsize=691464 CPUtime=17.4
/proc/19775/stat : 19775 (minisat) R 19774 19751 18968 0 -1 4194304 165662 0 0 0 1636 104 0 0 25 0 1 0 2003355261 708059136 165648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19775/statm: 172866 165648 75 150 0 172713 0
Current children cumulated CPU time (s) 79.25
Current children cumulated vsize (KiB) 710420

[startup+80.8015 s]
/proc/loadavg: 2.02 2.09 1.93 3/75 19775
/proc/meminfo: memFree=834840/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=61.85
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1034 25915 0 2 4 0 5942 239 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19774] ppid=19751 vsize=5356 CPUtime=0
/proc/19774/stat : 19774 (sh) S 19751 19751 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003355261 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19774/statm: 1339 232 193 169 0 50 0
[pid=19775] ppid=19774 vsize=692444 CPUtime=18.2
/proc/19775/stat : 19775 (minisat) R 19774 19751 18968 0 -1 4194304 165888 0 0 0 1716 104 0 0 25 0 1 0 2003355261 709062656 165874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19775/statm: 173111 165874 75 150 0 172958 0
Current children cumulated CPU time (s) 80.05
Current children cumulated vsize (KiB) 711400

[startup+81.6027 s]
/proc/loadavg: 2.02 2.09 1.93 4/83 19785
/proc/meminfo: memFree=1493464/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=80.38
/proc/19751/stat : 19751 (sugar) S 19749 19751 18968 0 -1 4194304 1091 192177 0 2 4 1 7679 354 16 0 1 0 2003349012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19751/statm: 3400 799 370 3 0 500 0
[pid=19776] ppid=19751 vsize=5356 CPUtime=0
/proc/19776/stat : 19776 (sh) S 19751 19751 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003357125 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19776/statm: 1339 233 193 169 0 50 0
[pid=19777] ppid=19776 vsize=864360 CPUtime=0.45
/proc/19777/stat : 19777 (java) S 19776 19751 18968 0 -1 0 4306 0 1 0 44 1 0 0 18 0 9 0 2003357125 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19777/statm: 216090 3773 1665 9 0 210672 0
[pid=19777/tid=19778] ppid=19776 vsize=864360 CPUtime=0.36
/proc/19777/task/19778/stat : 19778 (java) R 19776 19751 18968 0 -1 64 2453 0 1 0 36 0 0 0 20 0 9 0 2003357126 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4126403362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19779] ppid=19776 vsize=864360 CPUtime=0.03
/proc/19777/task/19779/stat : 19779 (java) S 19776 19751 18968 0 -1 64 761 0 0 0 3 0 0 0 16 0 9 0 2003357127 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19780] ppid=19776 vsize=864360 CPUtime=0
/proc/19777/task/19780/stat : 19780 (java) S 19776 19751 18968 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003357128 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19781] ppid=19776 vsize=864360 CPUtime=0
/proc/19777/task/19781/stat : 19781 (java) S 19776 19751 18968 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003357128 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19782] ppid=19776 vsize=864360 CPUtime=0
/proc/19777/task/19782/stat : 19782 (java) S 19776 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003357130 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19783] ppid=19776 vsize=864360 CPUtime=0.04
/proc/19777/task/19783/stat : 19783 (java) S 19776 19751 18968 0 -1 64 400 0 0 0 4 0 0 0 18 0 9 0 2003357130 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19784] ppid=19776 vsize=864360 CPUtime=0
/proc/19777/task/19784/stat : 19784 (java) S 19776 19751 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003357130 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19777/tid=19785] ppid=19776 vsize=864360 CPUtime=0
/proc/19777/task/19785/stat : 19785 (java) S 19776 19751 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003357130 885104640 3773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.83
Current children cumulated vsize (KiB) 883316

[startup+81.8027 s]
/proc/loadavg: 2.02 2.09 1.93 4/83 19785
/proc/meminfo: memFree=1493464/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=80.99
/proc/19751/stat : 19751 (sugar) R 19749 19751 18968 0 -1 4194304 1119 198430 0 3 4 6 7732 357 16 0 1 0 2003349012 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19751/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 80.99
Current children cumulated vsize (KiB) 13600

[startup+81.9201 s]
/proc/loadavg: 2.02 2.09 1.93 4/83 19785
/proc/meminfo: memFree=1493464/2055920 swapFree=4180540/4192956
[pid=19751] ppid=19749 vsize=13600 CPUtime=81.11
/proc/19751/stat : 19751 (sugar) R 19749 19751 18968 0 -1 4194304 1119 198430 0 3 4 18 7732 357 16 0 1 0 2003349012 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19751/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 81.11
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 81.9211
CPU time (s): 81.1337
CPU user time (s): 77.3732
CPU system time (s): 3.76043
CPU usage (%): 99.0388
Max. virtual memory (cumulated for all children) (KiB): 892436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.3732
system time used= 3.76043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199579
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= 24695
involuntary context switches= 25387

runsolver used 0.094985 second user time and 0.303953 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 09:42:26
IDJOB=1087389
IDBENCH=57981
IDSOLVER=346
FILE ID=node18/1087389-1215243746
PBS_JOBID= 7881962
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-1.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-1087389-1215243746/watcher-1087389-1215243746 -o /tmp/evaluation-result-1087389-1215243746/solver-1087389-1215243746 -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-1087389-1215243746.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61e96c97715b7c95a31e810829750342
RANDOM SEED=1184047783

node18.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.268
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.268
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:       1832144 kB
Buffers:         11300 kB
Cached:          82644 kB
SwapCached:       6220 kB
Active:         146768 kB
Inactive:        27676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832144 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          87900 kB
Slab:            34752 kB
Committed_AS:  3633180 kB
PageTables:       1880 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 node18 at 2008-07-05 09:43:48