Trace number 1070762

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 24.3933 24.7072

General information on the benchmark

Namecsp/pseudoGLB/
normalized-cache-inv12-ucl.xml
MD5SUM39d79c9107bb415782ca395ac86f441e
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.3933
Satisfiable
(Un)Satisfiability was proved
Number of variables25800
Number of constraints76699
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(76699)

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 12:22:38 2008
0.00/0.04	c 0	PID 31474
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070762-1215166957.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-1070762-1215166957.xml' 'HOME/temp.csp'
6.89/7.01	c 7	1 domains, 25800 variables, 0 predicates, 0 relations, 76699 constraints
6.89/7.04	c 7	ENCODING HOME/temp.csp TO HOME/temp.cnf
6.89/7.04	c 7	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'
6.95/7.12	c 7	Parsing HOME/temp.csp
6.95/7.53	c 7	parsed 10000 expressions
7.59/7.73	c 8	parsed 20000 expressions
7.88/8.04	c 8	parsed 30000 expressions
8.28/8.49	c 8	parsed 40000 expressions
8.78/9.00	c 9	parsed 50000 expressions
9.17/9.36	c 9	parsed 60000 expressions
9.57/9.72	c 10	parsed 70000 expressions
10.15/10.34	c 10	parsed 80000 expressions
10.65/10.80	c 11	parsed 90000 expressions
11.04/11.26	c 11	parsed 100000 expressions
11.24/11.40	c 11	parsed 102500 expressions
11.24/11.40	c 11	Heap : 57 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.24/11.40	c 11	Converting to clausal form CSP
11.24/11.46	c 11	converted 10250 (10%) expressions
11.74/11.95	c 12	converted 20500 (20%) expressions
12.12/12.35	c 12	converted 30750 (30%) expressions
12.42/12.65	c 13	converted 41000 (40%) expressions
12.72/12.94	c 13	converted 51250 (50%) expressions
13.02/13.25	c 13	converted 61500 (60%) expressions
13.32/13.54	c 13	converted 71750 (70%) expressions
13.61/13.87	c 14	converted 82000 (80%) expressions
14.00/14.23	c 14	converted 92250 (90%) expressions
14.40/14.60	c 14	converted 102500 (100%) expressions
14.40/14.61	c 15	CSP : 25800 integers, 0 booleans, 76699 clauses, largest domain size 2
14.40/14.61	c 15	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.40/14.61	c 15	Propagation in CSP
15.19/15.49	c 15	56 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.19/15.49	c 15	CSP : 25800 integers, 0 booleans, 76699 clauses, largest domain size 2
15.19/15.49	c 15	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.29/15.52	c 15	Simplifing CSP by introducing new Boolean variables
15.29/15.55	c 15	CSP : 25800 integers, 0 booleans, 76699 clauses, largest domain size 2
15.29/15.55	c 15	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.59/15.82	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.59/15.86	c 16	2580 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.87	c 16	5160 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.87	c 16	7740 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.88	c 16	10320 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.88	c 16	12900 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.88	c 16	15480 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.89	c 16	18060 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.89	c 16	20640 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.89	c 16	23220 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.59/15.90	c 16	25800 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
15.69/16.00	c 16	7670 (10%) CSP clauses are encoded (7664 clauses, 95833 bytes)
15.79/16.05	c 16	15340 (20%) CSP clauses are encoded (15334 clauses, 197749 bytes)
15.79/16.09	c 16	23010 (30%) CSP clauses are encoded (23004 clauses, 299702 bytes)
15.90/16.14	c 16	30680 (40%) CSP clauses are encoded (30674 clauses, 408180 bytes)
15.90/16.19	c 16	38350 (50%) CSP clauses are encoded (38344 clauses, 523230 bytes)
16.00/16.24	c 16	46020 (60%) CSP clauses are encoded (46014 clauses, 638280 bytes)
16.00/16.30	c 16	53690 (70%) CSP clauses are encoded (53576 clauses, 756815 bytes)
16.10/16.38	c 16	61360 (80%) CSP clauses are encoded (61246 clauses, 900392 bytes)
16.19/16.45	c 16	69030 (90%) CSP clauses are encoded (68916 clauses, 1051213 bytes)
16.59/16.85	c 17	76699 (100%) CSP clauses are encoded (83400 clauses, 1352274 bytes)
16.59/16.85	c 17	76699 CSP clauses encoded
16.59/16.86	c 17	Writing map file : HOME/temp.map
16.69/16.96	c 17	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.69/16.96	c 17	SAT : 25744 SAT variables, 83400 SAT clauses, 1352274 bytes
16.69/16.96	c 17	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.75/17.03	c 17	SOLVING HOME/temp.cnf
16.75/17.03	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.75/17.03	c 17	This is MiniSat 2.0 beta
16.75/17.03	c 17	WARNING: for repeatability, setting FPU to use double precision
16.75/17.03	c 17	============================[ Problem Statistics ]=============================
16.75/17.04	c 17	|                                                                             |
16.75/17.04	c 17	|  Number of variables:  25744                                                |
16.75/17.04	c 17	|  Number of clauses:    83400                                                |
16.75/17.08	c 17	|  Parsing time:         0.04         s                                       |
16.75/17.09	c 17	============================[ Search Statistics ]==============================
16.75/17.09	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.75/17.09	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.75/17.09	c 17	===============================================================================
16.75/17.09	c 17	|         0 |   25744    83400   213625 |    27800        0    nan |  0.000 % |
16.78/17.15	c 17	|       100 |   25172    83400   213625 |    30580       91     14 |  2.868 % |
16.78/17.32	c 17	|       250 |   25002    80094   206301 |    33638      224     29 |  3.065 % |
16.78/17.48	c 17	|       475 |   24761    80094   206301 |    37001      448     49 |  4.063 % |
17.43/17.78	c 18	|       813 |   23856    74611   194217 |    40701      775     46 |  7.349 % |
18.12/18.44	c 18	|      1320 |   23792    73898   192745 |    44772     1265     45 |  7.617 % |
19.21/19.50	c 19	|      2079 |   23487    72949   190561 |    49249     2014     39 |  8.771 % |
20.99/21.32	c 21	|      3218 |   22985    71373   186908 |    54174     3142     33 | 10.717 % |
23.47/23.84	c 24	|      4927 |   22959    69181   176126 |    59591      627     15 | 10.818 % |
23.76/24.11	c 24	===============================================================================
23.76/24.11	c 24	restarts              : 9
23.76/24.11	c 24	conflicts             : 5039           (720 /sec)
23.76/24.11	c 24	decisions             : 8055           (0.89 % random) (1151 /sec)
23.76/24.11	c 24	propagations          : 25810450       (3686715 /sec)
23.76/24.11	c 24	conflict literals     : 131207         (41.52 % deleted)
23.76/24.11	c 24	Memory used           : 7.20 MB
23.76/24.11	c 24	CPU time              : 7.00094 s
23.76/24.11	c 24	
23.76/24.11	c 24	UNSATISFIABLE
23.76/24.11	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.76/24.11	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.76/24.19	c 24	Decoding HOME/temp.out
24.25/24.68	s UNSATISFIABLE
24.25/24.68	c 25	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.25/24.70	c 25	CPU 23.73 (0.05 0.01 23.68 0.62)
24.25/24.70	c 25	END Fri Jul  4 12:23:03 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-1070762-1215166957/watcher-1070762-1215166957 -o /tmp/evaluation-result-1070762-1215166957/solver-1070762-1215166957 -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-1070762-1215166957.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 31474
/proc/meminfo: memFree=1701416/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=12268 CPUtime=0
/proc/31474/stat : 31474 (sugar) R 31472 31474 30229 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 240790803 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31474/statm: 3067 316 241 3 0 167 0

[startup+0.104736 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 31474
/proc/meminfo: memFree=1701416/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201747 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 31474
/proc/meminfo: memFree=1701416/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30175 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 31474
/proc/meminfo: memFree=1701416/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701801 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 31474
/proc/meminfo: memFree=1701416/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 31486
/proc/meminfo: memFree=1668112/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
[pid=31477] ppid=31474 vsize=5356 CPUtime=0
/proc/31477/stat : 31477 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240790808 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31477/statm: 1339 233 193 169 0 50 0
[pid=31478] ppid=31477 vsize=864680 CPUtime=1.41
/proc/31478/stat : 31478 (java) S 31477 31474 30229 0 -1 0 16535 0 1 0 133 8 0 0 18 0 9 0 240790808 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31478/statm: 216170 14088 2529 9 0 210752 0
[pid=31478/tid=31479] ppid=31477 vsize=864680 CPUtime=0.84
/proc/31478/task/31479/stat : 31479 (java) R 31477 31474 30229 0 -1 64 3021 0 1 0 81 3 0 0 25 0 9 0 240790809 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31480] ppid=31477 vsize=864680 CPUtime=0.45
/proc/31478/task/31480/stat : 31480 (java) R 31477 31474 30229 0 -1 64 12324 0 0 0 41 4 0 0 16 0 9 0 240790811 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31481] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31481/stat : 31481 (java) S 31477 31474 30229 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 240790811 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31482] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31482/stat : 31482 (java) S 31477 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 240790811 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31483] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31483/stat : 31483 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240790813 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31484] ppid=31477 vsize=864680 CPUtime=0.09
/proc/31478/task/31484/stat : 31484 (java) S 31477 31474 30229 0 -1 64 491 0 0 0 9 0 0 0 16 0 9 0 240790813 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31485] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31485/stat : 31485 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240790813 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31486] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31486/stat : 31486 (java) S 31477 31474 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240790813 885432320 14088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883636

[startup+3.10205 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 31486
/proc/meminfo: memFree=1623824/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
[pid=31477] ppid=31474 vsize=5356 CPUtime=0
/proc/31477/stat : 31477 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240790808 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31477/statm: 1339 233 193 169 0 50 0
[pid=31478] ppid=31477 vsize=864680 CPUtime=3
/proc/31478/stat : 31478 (java) S 31477 31474 30229 0 -1 0 36374 0 1 0 283 17 0 0 18 0 9 0 240790808 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31478/statm: 216170 30977 2529 9 0 210752 0
[pid=31478/tid=31479] ppid=31477 vsize=864680 CPUtime=1.59
/proc/31478/task/31479/stat : 31479 (java) R 31477 31474 30229 0 -1 64 3866 0 1 0 155 4 0 0 25 0 9 0 240790809 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31480] ppid=31477 vsize=864680 CPUtime=1.27
/proc/31478/task/31480/stat : 31480 (java) R 31477 31474 30229 0 -1 64 31300 0 0 0 115 12 0 0 16 0 9 0 240790811 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 102350230 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31481] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31481/stat : 31481 (java) S 31477 31474 30229 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 240790811 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31482] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31482/stat : 31482 (java) S 31477 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 240790811 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31483] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31483/stat : 31483 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240790813 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31484] ppid=31477 vsize=864680 CPUtime=0.12
/proc/31478/task/31484/stat : 31484 (java) S 31477 31474 30229 0 -1 64 509 0 0 0 12 0 0 0 16 0 9 0 240790813 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31485] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31485/stat : 31485 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240790813 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31486] ppid=31477 vsize=864680 CPUtime=0
/proc/31478/task/31486/stat : 31486 (java) S 31477 31474 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240790813 885432320 30977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883636

[startup+6.30239 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 31486
/proc/meminfo: memFree=1546904/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=0.03
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240790803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 796 370 3 0 500 0
[pid=31477] ppid=31474 vsize=5356 CPUtime=0
/proc/31477/stat : 31477 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240790808 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31477/statm: 1339 233 193 169 0 50 0
[pid=31478] ppid=31477 vsize=864700 CPUtime=6.17
/proc/31478/stat : 31478 (java) S 31477 31474 30229 0 -1 0 47435 0 1 0 591 26 0 0 18 0 9 0 240790808 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31478/statm: 216175 40039 2529 9 0 210757 0
[pid=31478/tid=31479] ppid=31477 vsize=864700 CPUtime=3.7
/proc/31478/task/31479/stat : 31479 (java) R 31477 31474 30229 0 -1 64 4900 0 1 0 363 7 0 0 25 0 9 0 240790809 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4126892153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31480] ppid=31477 vsize=864700 CPUtime=2.24
/proc/31478/task/31480/stat : 31480 (java) S 31477 31474 30229 0 -1 64 41278 0 0 0 207 17 0 0 16 0 9 0 240790811 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31481] ppid=31477 vsize=864700 CPUtime=0
/proc/31478/task/31481/stat : 31481 (java) S 31477 31474 30229 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 240790811 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31482] ppid=31477 vsize=864700 CPUtime=0
/proc/31478/task/31482/stat : 31482 (java) S 31477 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240790811 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31483] ppid=31477 vsize=864700 CPUtime=0
/proc/31478/task/31483/stat : 31483 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240790813 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31484] ppid=31477 vsize=864700 CPUtime=0.19
/proc/31478/task/31484/stat : 31484 (java) S 31477 31474 30229 0 -1 64 558 0 0 0 19 0 0 0 15 0 9 0 240790813 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31485] ppid=31477 vsize=864700 CPUtime=0
/proc/31478/task/31485/stat : 31485 (java) S 31477 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240790813 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31478/tid=31486] ppid=31477 vsize=864700 CPUtime=0
/proc/31478/task/31486/stat : 31486 (java) S 31477 31474 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240790813 885452800 40039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883656

[startup+12.7011 s]
/proc/loadavg: 2.07 2.03 2.00 4/84 31496
/proc/meminfo: memFree=1624664/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=6.95
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 974 47872 0 1 3 1 660 31 15 0 1 0 240790803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 797 370 3 0 500 0
[pid=31487] ppid=31474 vsize=5356 CPUtime=0
/proc/31487/stat : 31487 (sh) S 31474 31474 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240791507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31487/statm: 1339 233 193 169 0 50 0
[pid=31488] ppid=31487 vsize=868424 CPUtime=5.57
/proc/31488/stat : 31488 (java) S 31487 31474 30229 0 -1 0 35459 0 1 0 539 18 0 0 19 0 9 0 240791508 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31488/statm: 217106 22790 2542 9 0 211681 0
[pid=31488/tid=31489] ppid=31487 vsize=868424 CPUtime=3.38
/proc/31488/task/31489/stat : 31489 (java) R 31487 31474 30229 0 -1 64 3745 0 1 0 335 3 0 0 25 0 9 0 240791509 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 102064654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31490] ppid=31487 vsize=868424 CPUtime=1.96
/proc/31488/task/31490/stat : 31490 (java) S 31487 31474 30229 0 -1 64 29550 0 0 0 183 13 0 0 16 0 9 0 240791510 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31491] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31491/stat : 31491 (java) S 31487 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240791510 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31492] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31492/stat : 31492 (java) S 31487 31474 30229 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 240791510 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31493] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31493/stat : 31493 (java) S 31487 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240791512 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31494] ppid=31487 vsize=868424 CPUtime=0.2
/proc/31488/task/31494/stat : 31494 (java) S 31487 31474 30229 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 240791512 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31495] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31495/stat : 31495 (java) S 31487 31474 30229 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 240791512 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31496] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31496/stat : 31496 (java) S 31487 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240791512 889266176 22790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887380

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

[startup+12.8021 s]
/proc/loadavg: 2.07 2.03 2.00 4/84 31496
/proc/meminfo: memFree=1624664/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=6.95
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 974 47872 0 1 3 1 660 31 15 0 1 0 240790803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 797 370 3 0 500 0
[pid=31487] ppid=31474 vsize=5356 CPUtime=0
/proc/31487/stat : 31487 (sh) S 31474 31474 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240791507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31487/statm: 1339 233 193 169 0 50 0
[pid=31488] ppid=31487 vsize=868424 CPUtime=5.67
/proc/31488/stat : 31488 (java) S 31487 31474 30229 0 -1 0 35886 0 1 0 549 18 0 0 19 0 9 0 240791508 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31488/statm: 217106 23215 2542 9 0 211681 0
[pid=31488/tid=31489] ppid=31487 vsize=868424 CPUtime=3.46
/proc/31488/task/31489/stat : 31489 (java) R 31487 31474 30229 0 -1 64 3747 0 1 0 343 3 0 0 25 0 9 0 240791509 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4126627784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31490] ppid=31487 vsize=868424 CPUtime=1.99
/proc/31488/task/31490/stat : 31490 (java) S 31487 31474 30229 0 -1 64 29975 0 0 0 186 13 0 0 16 0 9 0 240791510 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31491] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31491/stat : 31491 (java) S 31487 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240791510 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31492] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31492/stat : 31492 (java) S 31487 31474 30229 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 240791510 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31493] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31493/stat : 31493 (java) S 31487 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240791512 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31494] ppid=31487 vsize=868424 CPUtime=0.2
/proc/31488/task/31494/stat : 31494 (java) S 31487 31474 30229 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 240791512 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31495] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31495/stat : 31495 (java) S 31487 31474 30229 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 240791512 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31488/tid=31496] ppid=31487 vsize=868424 CPUtime=0
/proc/31488/task/31496/stat : 31496 (java) S 31487 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240791512 889266176 23215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887380

[startup+19.2027 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 31498
/proc/meminfo: memFree=1685528/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=16.78
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 1033 91018 0 2 5 1 1616 56 15 0 1 0 240790803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 799 370 3 0 500 0
[pid=31497] ppid=31474 vsize=5356 CPUtime=0
/proc/31497/stat : 31497 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240792507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31497/statm: 1339 232 193 169 0 50 0
[pid=31498] ppid=31497 vsize=7236 CPUtime=2.13
/proc/31498/stat : 31498 (minisat) R 31497 31474 30229 0 -1 4194304 1679 0 0 0 213 0 0 0 25 0 1 0 240792507 7409664 1665 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/31498/statm: 1809 1665 75 150 0 1656 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 26192

[startup+22.4011 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 31498
/proc/meminfo: memFree=1685208/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=16.78
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 1033 91018 0 2 5 1 1616 56 16 0 1 0 240790803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 799 370 3 0 500 0
[pid=31497] ppid=31474 vsize=5356 CPUtime=0
/proc/31497/stat : 31497 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240792507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31497/statm: 1339 232 193 169 0 50 0
[pid=31498] ppid=31497 vsize=7368 CPUtime=5.3
/proc/31498/stat : 31498 (minisat) R 31497 31474 30229 0 -1 4194304 1727 0 0 0 530 0 0 0 25 0 1 0 240792507 7544832 1713 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31498/statm: 1842 1713 75 150 0 1689 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 26324

[startup+24.0012 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 31498
/proc/meminfo: memFree=1685208/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=16.78
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 1033 91018 0 2 5 1 1616 56 16 0 1 0 240790803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 799 370 3 0 500 0
[pid=31497] ppid=31474 vsize=5356 CPUtime=0
/proc/31497/stat : 31497 (sh) S 31474 31474 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240792507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31497/statm: 1339 232 193 169 0 50 0
[pid=31498] ppid=31497 vsize=7368 CPUtime=6.89
/proc/31498/stat : 31498 (minisat) R 31497 31474 30229 0 -1 4194304 1727 0 0 0 689 0 0 0 25 0 1 0 240792507 7544832 1713 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31498/statm: 1842 1713 75 150 0 1689 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 26324

[startup+24.4023 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 31508
/proc/meminfo: memFree=1687448/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=23.79
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 1091 93039 0 2 5 1 2316 57 16 0 1 0 240790803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 799 370 3 0 500 0
[pid=31499] ppid=31474 vsize=5356 CPUtime=0
/proc/31499/stat : 31499 (sh) S 31474 31474 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240793215 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31499/statm: 1339 233 193 169 0 50 0
[pid=31500] ppid=31499 vsize=863720 CPUtime=0.27
/proc/31500/stat : 31500 (java) S 31499 31474 30229 0 -1 0 3482 0 1 0 25 2 0 0 18 0 9 0 240793215 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31500/statm: 215930 2957 1649 9 0 210512 0
[pid=31500/tid=31501] ppid=31499 vsize=863720 CPUtime=0.22
/proc/31500/task/31501/stat : 31501 (java) R 31499 31474 30229 0 -1 64 2435 0 1 0 21 1 0 0 19 0 9 0 240793216 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4125959150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31502] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31502/stat : 31502 (java) S 31499 31474 30229 0 -1 64 126 0 0 0 0 0 0 0 16 0 9 0 240793217 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31503] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31503/stat : 31503 (java) S 31499 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 240793217 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31504] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31504/stat : 31504 (java) S 31499 31474 30229 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 240793217 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31505] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31505/stat : 31505 (java) S 31499 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240793219 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31506] ppid=31499 vsize=863720 CPUtime=0.02
/proc/31500/task/31506/stat : 31506 (java) R 31499 31474 30229 0 -1 64 230 0 0 0 2 0 0 0 17 0 9 0 240793219 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 101767110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31507] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31507/stat : 31507 (java) S 31499 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240793219 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31508] ppid=31499 vsize=863720 CPUtime=0
/proc/31500/task/31508/stat : 31508 (java) S 31499 31474 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240793219 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 882676

[startup+24.6023 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 31508
/proc/meminfo: memFree=1687448/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=13600 CPUtime=23.79
/proc/31474/stat : 31474 (sugar) S 31472 31474 30229 0 -1 4194304 1091 93039 0 2 5 1 2316 57 16 0 1 0 240790803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31474/statm: 3400 799 370 3 0 500 0
[pid=31499] ppid=31474 vsize=5356 CPUtime=0
/proc/31499/stat : 31499 (sh) S 31474 31474 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240793215 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31499/statm: 1339 233 193 169 0 50 0
[pid=31500] ppid=31499 vsize=864308 CPUtime=0.46
/proc/31500/stat : 31500 (java) S 31499 31474 30229 0 -1 0 4494 0 1 0 43 3 0 0 18 0 9 0 240793215 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31500/statm: 216077 3948 1662 9 0 210659 0
[pid=31500/tid=31501] ppid=31499 vsize=864308 CPUtime=0.34
/proc/31500/task/31501/stat : 31501 (java) R 31499 31474 30229 0 -1 64 2456 0 1 0 33 1 0 0 20 0 9 0 240793216 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4126438328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31502] ppid=31499 vsize=864308 CPUtime=0.04
/proc/31500/task/31502/stat : 31502 (java) S 31499 31474 30229 0 -1 64 936 0 0 0 3 1 0 0 16 0 9 0 240793217 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31503] ppid=31499 vsize=864308 CPUtime=0
/proc/31500/task/31503/stat : 31503 (java) S 31499 31474 30229 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 240793217 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31504] ppid=31499 vsize=864308 CPUtime=0
/proc/31500/task/31504/stat : 31504 (java) S 31499 31474 30229 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 240793217 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31505] ppid=31499 vsize=864308 CPUtime=0
/proc/31500/task/31505/stat : 31505 (java) S 31499 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240793219 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31506] ppid=31499 vsize=864308 CPUtime=0.07
/proc/31500/task/31506/stat : 31506 (java) S 31499 31474 30229 0 -1 64 411 0 0 0 7 0 0 0 16 0 9 0 240793219 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31507] ppid=31499 vsize=864308 CPUtime=0
/proc/31500/task/31507/stat : 31507 (java) S 31499 31474 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240793219 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31500/tid=31508] ppid=31499 vsize=864308 CPUtime=0
/proc/31500/task/31508/stat : 31508 (java) S 31499 31474 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240793219 885051392 3948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 883264

[startup+24.7069 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 31508
/proc/meminfo: memFree=1687448/2055912 swapFree=4178532/4192956
[pid=31474] ppid=31472 vsize=0 CPUtime=24.38
/proc/31474/stat : 31474 (sugar) Z 31472 31474 30229 0 -1 4194316 1148 99516 0 3 6 2 2368 62 15 0 1 0 240790803 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/31474/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.7072
CPU time (s): 24.3933
CPU user time (s): 23.7474
CPU system time (s): 0.645901
CPU usage (%): 98.7296
Max. virtual memory (cumulated for all children) (KiB): 904704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7474
system time used= 0.645901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100664
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= 5743
involuntary context switches= 5847

runsolver used 0.042993 second user time and 0.095985 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 12:22:38
IDJOB=1070762
IDBENCH=55944
IDSOLVER=346
FILE ID=node78/1070762-1215166957
PBS_JOBID= 7881444
Free space on /tmp= 126780 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-cache-inv12-ucl.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-1070762-1215166957/watcher-1070762-1215166957 -o /tmp/evaluation-result-1070762-1215166957/solver-1070762-1215166957 -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-1070762-1215166957.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39d79c9107bb415782ca395ac86f441e
RANDOM SEED=1553791738

node78.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.247
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.247
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:      2055912 kB
MemFree:       1701896 kB
Buffers:         45212 kB
Cached:         237292 kB
SwapCached:       7584 kB
Active:         223788 kB
Inactive:        75620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1701896 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:           15512 kB
Writeback:           0 kB
Mapped:          25116 kB
Slab:            40032 kB
Committed_AS:   591688 kB
PageTables:       1548 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126776 MiB
End job on node78 at 2008-07-04 12:23:03