Trace number 2064944

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.14.6+minisatUNSAT 84.8451 85.2058

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-6-fair.xml
MD5SUMc0da7c4326183468bb45a178aa7f580c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.51147
Satisfiable
(Un)Satisfiability was proved
Number of variables6371
Number of constraints6016
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6016
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 20:38:38 2009
0.00/0.07	c 0	PID 15474
0.00/0.07	c 0	HOST node75.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2064944-1247337518.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064944-1247337518.xml' 'HOME/temp.csp'
0.05/0.98	c 1	3 domains, 6371 variables, 9 predicates, 0 relations, 6016 constraints
0.94/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.09	c 1	Parsing HOME/temp.csp
0.97/1.26	c 1	parsed 10000 expressions
0.97/1.28	c 1	parsed 12399 expressions
0.97/1.30	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.97/1.30	c 1	Converting to clausal form CSP
0.97/1.33	c 1	converted 1240 (10%) expressions
0.97/1.34	c 1	converted 2480 (20%) expressions
0.97/1.34	c 1	converted 3720 (30%) expressions
0.97/1.35	c 1	converted 4960 (40%) expressions
0.97/1.39	c 1	converted 6200 (50%) expressions
0.97/1.59	c 2	converted 7440 (60%) expressions
0.97/1.79	c 2	converted 8680 (70%) expressions
0.97/1.93	c 2	converted 9920 (80%) expressions
2.03/2.13	c 2	converted 11160 (90%) expressions
2.14/2.24	c 2	converted 12399 (100%) expressions
2.14/2.25	c 2	CSP : 11089 integers, 400 booleans, 26927 clauses, largest domain size 20001
2.14/2.25	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.14/2.25	c 2	Propagation in CSP
46.72/46.83	c 47	77724231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
46.72/46.83	c 47	CSP : 11089 integers, 400 booleans, 26927 clauses, largest domain size 20001
46.72/46.83	c 47	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.72/46.85	c 47	Simplifing CSP by introducing new Boolean variables
46.91/47.07	c 47	CSP : 11089 integers, 9960 booleans, 36487 clauses, largest domain size 20001
46.91/47.07	c 47	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.11/47.21	c 47	Encoding CSP to SAT : HOME/temp.cnf
47.11/47.26	c 47	1109 (10%) CSP integer variables are encoded (16541 clauses, 226433 bytes)
47.81/47.99	c 48	2218 (20%) CSP integer variables are encoded (624461 clauses, 10395448 bytes)
48.11/48.27	c 48	3327 (30%) CSP integer variables are encoded (867629 clauses, 14529304 bytes)
48.31/48.47	c 48	4436 (40%) CSP integer variables are encoded (1037610 clauses, 17496788 bytes)
48.71/48.80	c 49	5545 (50%) CSP integer variables are encoded (1310769 clauses, 22686809 bytes)
48.71/48.80	c 49	6654 (60%) CSP integer variables are encoded (1310769 clauses, 22686809 bytes)
48.91/49.01	c 49	7763 (70%) CSP integer variables are encoded (1480735 clauses, 25916163 bytes)
49.01/49.14	c 49	8872 (80%) CSP integer variables are encoded (1590713 clauses, 28005745 bytes)
49.01/49.18	c 49	9981 (90%) CSP integer variables are encoded (1620709 clauses, 28575669 bytes)
49.21/49.34	c 49	11089 (100%) CSP integer variables are encoded (1750689 clauses, 31045289 bytes)
57.36/57.53	c 58	3649 (10%) CSP clauses are encoded (6842672 clauses, 131395641 bytes)
57.56/57.77	c 58	7298 (20%) CSP clauses are encoded (7003761 clauses, 134553056 bytes)
57.96/58.19	c 58	10947 (30%) CSP clauses are encoded (7285312 clauses, 140253761 bytes)
58.54/58.77	c 59	14595 (40%) CSP clauses are encoded (7686332 clauses, 148373069 bytes)
58.95/59.18	c 59	18244 (50%) CSP clauses are encoded (7967488 clauses, 154065296 bytes)
59.04/59.20	c 59	21893 (60%) CSP clauses are encoded (7969193 clauses, 154099513 bytes)
59.04/59.22	c 59	25541 (70%) CSP clauses are encoded (7970870 clauses, 154133094 bytes)
59.45/59.63	c 60	29190 (80%) CSP clauses are encoded (8252510 clauses, 159953712 bytes)
59.95/60.16	c 60	32839 (90%) CSP clauses are encoded (8614219 clauses, 167638431 bytes)
59.95/60.19	c 60	36487 (100%) CSP clauses are encoded (8621824 clauses, 167840961 bytes)
59.95/60.19	c 60	36487 CSP clauses encoded
59.95/60.19	c 60	Writing map file : HOME/temp.map
60.04/60.22	c 60	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.04/60.22	c 60	SAT : 1763798 SAT variables, 8621824 SAT clauses, 167840961 bytes
60.04/60.22	c 60	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.04/60.25	c 60	SOLVING HOME/temp.cnf
60.04/60.25	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
60.04/60.25	c 60	This is MiniSat 2.0 beta
60.04/60.25	c 60	WARNING: for repeatability, setting FPU to use double precision
60.04/60.25	c 60	============================[ Problem Statistics ]=============================
60.04/60.25	c 60	|                                                                             |
60.04/60.25	c 60	|  Number of variables:  1763798                                              |
60.04/60.25	c 60	|  Number of clauses:    8621824                                              |
64.18/64.42	c 64	|  Parsing time:         3.45         s                                       |
64.39/64.63	c 65	============================[ Search Statistics ]==============================
64.39/64.63	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
64.39/64.63	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
64.39/64.63	c 65	===============================================================================
64.39/64.63	c 65	|         0 | 1723342  8580046 22487635 |  2860015        0    nan |  0.000 % |
67.46/67.76	c 68	|       100 | 1721393  8580046 22487635 |  3146016       86      3 | 17.056 % |
76.88/77.26	c 77	|       250 | 1202140  7291373 19714605 |  3460618      173      4 | 31.844 % |
84.22/84.69	c 85	|       475 | 1192827  7291373 19714605 |  3806680      380      5 | 40.995 % |
84.32/84.72	c 85	===============================================================================
84.32/84.72	c 85	restarts              : 4
84.32/84.72	c 85	conflicts             : 516            (22 /sec)
84.32/84.72	c 85	decisions             : 3989           (0.75 % random) (169 /sec)
84.32/84.73	c 85	propagations          : 37867145       (1607099 /sec)
84.32/84.73	c 85	conflict literals     : 2188           (16.81 % deleted)
84.32/84.73	c 85	Memory used           : 485.14 MB
84.32/84.73	c 85	CPU time              : 23.5624 s
84.32/84.73	c 85	
84.32/84.73	c 85	UNSATISFIABLE
84.43/84.80	c 85	DECODING HOME/temp.out WITH HOME/temp.map
84.43/84.80	c 85	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
84.43/84.88	c 85	Decoding HOME/temp.out
84.44/85.10	s UNSATISFIABLE
84.44/85.11	c 85	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.44/85.13	c 85	CPU 84.74 (0.06 0.01 82.22 2.45)
84.44/85.13	c 85	END Sat Jul 11 20:40:03 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064944-1247337518/watcher-2064944-1247337518 -o /tmp/evaluation-result-2064944-1247337518/solver-2064944-1247337518 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064944-1247337518.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15474
/proc/meminfo: memFree=1691424/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=12272 CPUtime=0
/proc/15474/stat : 15474 (sugar) R 15472 15474 15131 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 20816251 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 231900315632 0 0 4224 0 0 0 0 17 0 0 0
/proc/15474/statm: 3068 325 244 3 0 168 0

[startup+0.017116 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15474
/proc/meminfo: memFree=1691424/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=12676 CPUtime=0
/proc/15474/stat : 15474 (sugar) R 15472 15474 15131 0 -1 4194304 527 0 0 0 0 0 0 0 18 0 1 0 20816251 12980224 495 996147200 4194304 4206940 548682068608 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/15474/statm: 3169 496 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.104124 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15474
/proc/meminfo: memFree=1691424/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.05
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301143 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15474
/proc/meminfo: memFree=1691424/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.05
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701196 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15474
/proc/meminfo: memFree=1691424/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.05
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 1.92 1.98 1.99 2/85 15486
/proc/meminfo: memFree=1668800/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1309 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16868

[startup+3.10148 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 15496
/proc/meminfo: memFree=1662592/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1310 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20816353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868600 CPUtime=2.06
/proc/15488/stat : 15488 (java) S 15487 15474 15131 0 -1 0 10804 0 1 0 199 7 0 0 20 0 9 0 20816353 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 217150 9835 2566 9 0 211655 0
[pid=15488/tid=15489] ppid=15487 vsize=868600 CPUtime=1.5
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 15131 0 -1 64 2897 0 1 0 147 3 0 0 25 0 9 0 20816354 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4126952935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868600 CPUtime=0.36
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 15131 0 -1 64 5739 0 0 0 34 2 0 0 16 0 9 0 20816355 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 15131 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20816356 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 15131 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20816356 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816357 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868600 CPUtime=0.17
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 15131 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 20816357 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816358 889446400 9835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20816358 889446400 9835 996147200 134512640 134550932 4294955936 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) 890824

[startup+6.30286 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 15496
/proc/meminfo: memFree=1658112/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1310 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20816353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868600 CPUtime=5.26
/proc/15488/stat : 15488 (java) S 15487 15474 15131 0 -1 0 11123 0 1 0 516 10 0 0 20 0 9 0 20816353 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 217150 9838 2566 9 0 211655 0
[pid=15488/tid=15489] ppid=15487 vsize=868600 CPUtime=4.58
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 15131 0 -1 64 3213 0 1 0 454 4 0 0 25 0 9 0 20816354 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868600 CPUtime=0.48
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 15131 0 -1 64 5742 0 0 0 44 4 0 0 16 0 9 0 20816355 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 15131 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20816356 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 15131 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20816356 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816357 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868600 CPUtime=0.17
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 15131 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 20816357 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816358 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20816358 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890824

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 15496
/proc/meminfo: memFree=1657928/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1310 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20816353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868600 CPUtime=11.66
/proc/15488/stat : 15488 (java) S 15487 15474 15131 0 -1 0 11759 0 1 0 1149 17 0 0 20 0 9 0 20816353 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 217150 9845 2566 9 0 211655 0
[pid=15488/tid=15489] ppid=15487 vsize=868600 CPUtime=10.75
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 15131 0 -1 64 3842 0 1 0 1069 6 0 0 25 0 9 0 20816354 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4126951467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868600 CPUtime=0.71
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 15131 0 -1 64 5749 0 0 0 62 9 0 0 16 0 9 0 20816355 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 15131 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20816356 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 15131 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20816356 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816357 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868600 CPUtime=0.17
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 15131 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 20816357 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816358 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20816358 889446400 9845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 890824

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 15496
/proc/meminfo: memFree=1657864/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1310 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20816353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868600 CPUtime=24.45
/proc/15488/stat : 15488 (java) S 15487 15474 15131 0 -1 0 13039 0 1 0 2418 27 0 0 20 0 9 0 20816353 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 217150 9858 2566 9 0 211655 0
[pid=15488/tid=15489] ppid=15487 vsize=868600 CPUtime=23.07
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 15131 0 -1 64 5109 0 1 0 2298 9 0 0 25 0 9 0 20816354 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4126519536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868600 CPUtime=1.19
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 15131 0 -1 64 5762 0 0 0 103 16 0 0 16 0 9 0 20816355 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 15131 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20816356 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 15131 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20816356 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816357 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868600 CPUtime=0.17
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 15131 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 20816357 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816358 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868600 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20816358 889446400 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 890824

[startup+51.1021 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 15496
/proc/meminfo: memFree=1609416/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=0.97
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1310 8751 0 1 5 1 86 5 15 0 1 0 20816251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1111 409 3 0 796 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20816353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868712 CPUtime=50.04
/proc/15488/stat : 15488 (java) S 15487 15474 15131 0 -1 0 18003 0 1 0 4921 83 0 0 20 0 9 0 20816353 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 217178 10852 2591 9 0 211655 0
[pid=15488/tid=15489] ppid=15487 vsize=868712 CPUtime=47.33
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 15131 0 -1 64 7932 0 1 0 4686 47 0 0 25 0 9 0 20816354 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4127037642 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868712 CPUtime=2.44
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 15131 0 -1 64 7861 0 0 0 210 34 0 0 16 0 9 0 20816355 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868712 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 15131 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20816356 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868712 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20816356 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868712 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816357 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868712 CPUtime=0.24
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 15131 0 -1 64 1510 0 0 0 23 1 0 0 15 0 9 0 20816357 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868712 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20816358 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868712 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20816358 889561088 10852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 890936

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

[startup+63.9016 s]
/proc/loadavg: 2.19 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1133128/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=419308 CPUtime=3.6
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 99944 0 0 0 299 61 0 0 25 0 1 0 20822277 429371392 99930 996147200 134512640 135127466 4294956256 18446744073709551615 134514041 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 104827 99930 62 150 0 104674 0
Current children cumulated CPU time (s) 63.69
Current children cumulated vsize (KiB) 441532

[startup+76.7022 s]
/proc/loadavg: 2.16 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1056008/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=496780 CPUtime=16.3
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 115973 0 0 0 1560 70 0 0 25 0 1 0 20822277 508702720 115959 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 124195 115959 75 150 0 124042 0
Current children cumulated CPU time (s) 76.39
Current children cumulated vsize (KiB) 519004

[startup+79.9015 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055880/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=496780 CPUtime=19.47
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 116041 0 0 0 1877 70 0 0 25 0 1 0 20822277 508702720 116027 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 124195 116027 75 150 0 124042 0
Current children cumulated CPU time (s) 79.56
Current children cumulated vsize (KiB) 519004

[startup+83.1019 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055688/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=496780 CPUtime=22.64
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 116073 0 0 0 2194 70 0 0 25 0 1 0 20822277 508702720 116059 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 124195 116059 75 150 0 124042 0
Current children cumulated CPU time (s) 82.73
Current children cumulated vsize (KiB) 519004

[startup+83.902 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055752/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=496780 CPUtime=23.44
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 116073 0 0 0 2274 70 0 0 25 0 1 0 20822277 508702720 116059 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 124195 116059 75 150 0 124042 0
Current children cumulated CPU time (s) 83.53
Current children cumulated vsize (KiB) 519004

[startup+84.7061 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055752/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=60.09
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1376 28387 0 2 6 1 5840 162 16 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
[pid=15497] ppid=15474 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15474 15474 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20822276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15497/statm: 1339 232 193 169 0 50 0
[pid=15498] ppid=15497 vsize=496780 CPUtime=24.23
/proc/15498/stat : 15498 (minisat) R 15497 15474 15131 0 -1 4194304 116073 0 0 0 2353 70 0 0 25 0 1 0 20822277 508702720 116059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15498/statm: 124195 116059 75 150 0 124042 0
Current children cumulated CPU time (s) 84.32
Current children cumulated vsize (KiB) 519004

[startup+85.1011 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055752/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=84.44
/proc/15474/stat : 15474 (sugar) S 15472 15474 15131 0 -1 4194304 1448 144754 0 2 6 1 8196 241 15 0 1 0 20816251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 84.44
Current children cumulated vsize (KiB) 16868

[startup+85.2012 s]
/proc/loadavg: 2.14 2.03 2.01 3/77 15498
/proc/meminfo: memFree=1055752/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=16868 CPUtime=84.82
/proc/15474/stat : 15474 (sugar) R 15472 15474 15131 0 -1 4194304 1477 148994 0 3 6 9 8222 245 16 0 1 0 20816251 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15474/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 84.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 85.2058
CPU time (s): 84.8451
CPU user time (s): 82.2875
CPU system time (s): 2.55761
CPU usage (%): 99.5767
Max. virtual memory (cumulated for all children) (KiB): 893388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.2875
system time used= 2.55761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150531
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= 60371
involuntary context switches= 60814

runsolver used 0.095985 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 20:38:38
IDJOB=2064944
IDBENCH=54222
IDSOLVER=739
FILE ID=node75/2064944-1247337518
PBS_JOBID= 9506708
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-6-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064944-1247337518/watcher-2064944-1247337518 -o /tmp/evaluation-result-2064944-1247337518/solver-2064944-1247337518 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064944-1247337518.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c0da7c4326183468bb45a178aa7f580c
RANDOM SEED=1406135595

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691840 kB
Buffers:          9960 kB
Cached:          73340 kB
SwapCached:          0 kB
Active:         284540 kB
Inactive:        25832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         237756 kB
Slab:            38244 kB
Committed_AS:   489452 kB
PageTables:       2492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node75 at 2009-07-11 20:40:03