Trace number 1042120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 268.547 271.246

General information on the benchmark

Namecsp/allsquares/
normalized-squares-22-22.xml
MD5SUM9baac43a2473992d9e93d014cc749df3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark268.547
Satisfiable
(Un)Satisfiability was proved
Number of variables968
Number of constraints1158
Maximum constraint arity22
Maximum domain size62
Number of constraints which are defined in extension0
Number of constraints which are defined in intension925
Global constraints used (with number of constraints)cumulative(2),weightedsum(231)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:43:13 2008
0.00/0.04	c 0	PID 31186
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042120-1215002593.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-1042120-1215002593.xml' 'HOME/temp.csp'
0.03/0.78	c 1	23 domains, 968 variables, 2 predicates, 0 relations, 1158 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.75/0.91	c 1	Parsing HOME/temp.csp
1.00/1.12	c 1	parsed 2151 expressions
1.00/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.13	c 1	Converting to clausal form CSP
1.00/1.15	c 1	converted 216 (10%) expressions
1.00/1.15	c 1	converted 431 (20%) expressions
1.00/1.16	c 1	converted 646 (30%) expressions
1.00/1.16	c 1	converted 861 (40%) expressions
1.09/1.28	c 2	converted 1076 (50%) expressions
1.19/1.34	c 2	converted 1291 (60%) expressions
1.19/1.37	c 2	converted 1506 (70%) expressions
1.19/1.39	c 2	converted 1721 (80%) expressions
1.29/1.41	c 2	converted 1936 (90%) expressions
1.88/2.08	c 2	converted 2151 (100%) expressions
1.88/2.08	c 2	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 137
1.88/2.08	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.08	c 2	Propagation in CSP
1.99/2.20	c 2	14430 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.09/2.21	c 2	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 63
2.09/2.21	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.22	c 3	Simplifing CSP by introducing new Boolean variables
2.09/2.23	c 3	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 63
2.09/2.23	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.31	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.34	c 3	618 (10%) CSP integer variables are encoded (2138 clauses, 25687 bytes)
2.19/2.34	c 3	1236 (20%) CSP integer variables are encoded (5351 clauses, 67456 bytes)
2.19/2.36	c 3	1853 (30%) CSP integer variables are encoded (12758 clauses, 172258 bytes)
2.19/2.37	c 3	2471 (40%) CSP integer variables are encoded (20029 clauses, 281323 bytes)
2.19/2.38	c 3	3088 (50%) CSP integer variables are encoded (26955 clauses, 385213 bytes)
2.19/2.39	c 3	3706 (60%) CSP integer variables are encoded (34134 clauses, 492898 bytes)
2.28/2.40	c 3	4324 (70%) CSP integer variables are encoded (41595 clauses, 604813 bytes)
2.28/2.41	c 3	4941 (80%) CSP integer variables are encoded (48515 clauses, 708613 bytes)
2.28/2.42	c 3	5559 (90%) CSP integer variables are encoded (55822 clauses, 818218 bytes)
2.28/2.44	c 3	6176 (100%) CSP integer variables are encoded (62917 clauses, 924643 bytes)
2.48/2.62	c 3	1594 (10%) CSP clauses are encoded (128185 clauses, 2050032 bytes)
2.68/2.84	c 3	3187 (20%) CSP clauses are encoded (249177 clauses, 4233637 bytes)
2.88/3.10	c 3	4781 (30%) CSP clauses are encoded (373991 clauses, 6804935 bytes)
3.18/3.33	c 4	6374 (40%) CSP clauses are encoded (491388 clauses, 9256750 bytes)
3.38/3.58	c 4	7967 (50%) CSP clauses are encoded (619322 clauses, 11930623 bytes)
3.67/3.89	c 4	9561 (60%) CSP clauses are encoded (779090 clauses, 15257761 bytes)
3.97/4.15	c 4	11154 (70%) CSP clauses are encoded (913060 clauses, 18057658 bytes)
4.17/4.38	c 5	12748 (80%) CSP clauses are encoded (1029635 clauses, 20491707 bytes)
4.46/4.62	c 5	14341 (90%) CSP clauses are encoded (1152498 clauses, 23059744 bytes)
4.75/4.92	c 5	15934 (100%) CSP clauses are encoded (1300809 clauses, 26148981 bytes)
4.75/4.92	c 5	15934 CSP clauses encoded
4.75/4.92	c 5	Writing map file : HOME/temp.map
4.75/4.95	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.95	c 5	SAT : 70727 SAT variables, 1300809 SAT clauses, 26148981 bytes
4.75/4.95	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.97	c 5	SOLVING HOME/temp.cnf
4.75/4.97	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.75/4.98	c 5	This is MiniSat 2.0 beta
4.75/4.98	c 5	WARNING: for repeatability, setting FPU to use double precision
4.75/4.98	c 5	============================[ Problem Statistics ]=============================
4.75/4.98	c 5	|                                                                             |
4.75/4.98	c 5	|  Number of variables:  70727                                                |
4.75/4.98	c 5	|  Number of clauses:    1300809                                              |
5.42/5.63	c 6	|  Parsing time:         0.56         s                                       |
5.42/5.67	c 6	============================[ Search Statistics ]==============================
5.42/5.67	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.42/5.67	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.42/5.67	c 6	===============================================================================
5.42/5.67	c 6	|         0 |   70727  1300809  3729287 |   433603        0    nan |  0.000 % |
6.21/6.40	c 7	|       101 |   70727  1300809  3729287 |   476963      101     34 |  0.000 % |
7.50/7.73	c 8	|       251 |   70726  1300809  3729287 |   524659      250     32 |  0.198 % |
8.98/9.27	c 10	|       476 |   70726  1300809  3729287 |   577125      475     34 |  0.198 % |
11.26/11.55	c 12	|       813 |   70726  1300809  3729287 |   634838      812     32 |  0.198 % |
14.83/15.15	c 15	|      1321 |   70587  1297680  3720367 |   698321     1320     36 |  0.198 % |
19.08/19.49	c 20	|      2081 |   70587  1297680  3720367 |   768154     2080     38 |  0.198 % |
25.92/26.32	c 27	|      3222 |   70587  1297680  3720367 |   844969     3221     35 |  0.198 % |
36.91/37.42	c 38	|      4931 |   70587  1297680  3720367 |   929466     4930     37 |  0.198 % |
54.94/55.68	c 56	|      7494 |   70587  1297680  3720367 |  1022413     7493     34 |  0.198 % |
78.31/79.26	c 80	|     11338 |   70587  1297680  3720367 |  1124654    11337     34 |  0.198 % |
116.15/117.41	c 118	|     17104 |   70587  1297680  3720367 |  1237119    17103     35 |  0.198 % |
171.32/173.14	c 173	|     25753 |   70587  1297680  3720367 |  1360831    25752     36 |  0.198 % |
265.73/268.43	c 269	|     38727 |   70586  1297671  3720345 |  1496915    38725     37 |  0.199 % |
267.92/270.64	c 271	===============================================================================
267.92/270.65	c 271	restarts              : 14
267.92/270.65	c 271	conflicts             : 39031          (148 /sec)
267.92/270.65	c 271	decisions             : 48870          (1.41 % random) (186 /sec)
267.92/270.65	c 271	propagations          : 215543197      (819459 /sec)
267.92/270.65	c 271	conflict literals     : 1450204        (39.10 % deleted)
267.92/270.65	c 271	Memory used           : 69.62 MB
267.92/270.65	c 271	CPU time              : 263.031 s
267.92/270.65	c 271	
267.92/270.67	c 271	SATISFIABLE
267.92/270.69	c 271	DECODING HOME/temp.out WITH HOME/temp.map
267.92/270.69	c 271	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
268.01/270.77	c 271	Decoding HOME/temp.out
268.01/271.15	s SATISFIABLE
268.01/271.19	v 21 33 38 37 42 36 41 40 33 37 22 37 49 48 47 21 19 22 0 42 0 0 18 17 10 46 10 13 43 35 19 0 17 50 49 35 0 46 0 28 0 15 41 19 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1
268.02/271.20	c 271	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
268.02/271.24	c 272	CPU 268.03 (0.04 0.02 267.99 0.47)
268.02/271.24	c 272	END Wed Jul  2 14:47:45 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042120-1215002593/watcher-1042120-1215002593 -o /tmp/evaluation-result-1042120-1215002593/solver-1042120-1215002593 -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-1042120-1215002593.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: 1.99 1.99 1.93 4/74 31186
/proc/meminfo: memFree=1224064/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=18572 CPUtime=0
/proc/31186/stat : 31186 (runsolver) R 31184 31186 30447 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529931106 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31186/statm: 4643 292 257 25 0 2626 0

[startup+0.092183 s]
/proc/loadavg: 1.99 1.99 1.93 4/74 31186
/proc/meminfo: memFree=1224064/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.03
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1529931106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10118 s]
/proc/loadavg: 1.99 1.99 1.93 4/74 31186
/proc/meminfo: memFree=1224064/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.03
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1529931106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301204 s]
/proc/loadavg: 1.99 1.99 1.93 4/74 31186
/proc/meminfo: memFree=1224064/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.03
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1529931106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701262 s]
/proc/loadavg: 1.99 1.99 1.93 4/74 31186
/proc/meminfo: memFree=1224064/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.03
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1529931106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.15 2.03 1.94 3/85 31208
/proc/meminfo: memFree=1216424/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.75
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 974 5037 0 1 2 1 69 3 15 0 1 0 1529931106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 797 370 3 0 500 0
[pid=31199] ppid=31186 vsize=5356 CPUtime=0
/proc/31199/stat : 31199 (sh) S 31186 31186 30447 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529931190 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31199/statm: 1339 233 193 169 0 50 0
[pid=31200] ppid=31199 vsize=868356 CPUtime=0.63
/proc/31200/stat : 31200 (java) S 31199 31186 30447 0 -1 0 5564 0 1 0 60 3 0 0 18 0 9 0 1529931190 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31200/statm: 217089 4985 1734 9 0 211664 0
[pid=31200/tid=31201] ppid=31199 vsize=868356 CPUtime=0.38
/proc/31200/task/31201/stat : 31201 (java) R 31199 31186 30447 0 -1 64 2653 0 1 0 37 1 0 0 22 0 9 0 1529931191 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4126815055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31202] ppid=31199 vsize=868356 CPUtime=0.03
/proc/31200/task/31202/stat : 31202 (java) S 31199 31186 30447 0 -1 64 766 0 0 0 3 0 0 0 16 0 9 0 1529931192 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31203] ppid=31199 vsize=868356 CPUtime=0
/proc/31200/task/31203/stat : 31203 (java) S 31199 31186 30447 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1529931193 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31204] ppid=31199 vsize=868356 CPUtime=0
/proc/31200/task/31204/stat : 31204 (java) S 31199 31186 30447 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529931193 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31205] ppid=31199 vsize=868356 CPUtime=0
/proc/31200/task/31205/stat : 31205 (java) S 31199 31186 30447 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529931194 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31206] ppid=31199 vsize=868356 CPUtime=0.19
/proc/31200/task/31206/stat : 31206 (java) S 31199 31186 30447 0 -1 64 1453 0 0 0 18 1 0 0 16 0 9 0 1529931194 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31207] ppid=31199 vsize=868356 CPUtime=0
/proc/31200/task/31207/stat : 31207 (java) S 31199 31186 30447 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529931195 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31208] ppid=31199 vsize=868356 CPUtime=0
/proc/31200/task/31208/stat : 31208 (java) S 31199 31186 30447 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529931195 889196544 4985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887312

[startup+3.10258 s]
/proc/loadavg: 2.15 2.03 1.94 4/85 31208
/proc/meminfo: memFree=1200104/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=0.76
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 974 5037 0 1 3 1 69 3 15 0 1 0 1529931106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 797 370 3 0 500 0
[pid=31199] ppid=31186 vsize=5356 CPUtime=0
/proc/31199/stat : 31199 (sh) S 31186 31186 30447 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529931190 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31199/statm: 1339 233 193 169 0 50 0
[pid=31200] ppid=31199 vsize=868468 CPUtime=2.22
/proc/31200/stat : 31200 (java) S 31199 31186 30447 0 -1 0 9285 0 1 0 210 12 0 0 18 0 9 0 1529931190 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31200/statm: 217117 8209 2565 9 0 211664 0
[pid=31200/tid=31201] ppid=31199 vsize=868468 CPUtime=1.53
/proc/31200/task/31201/stat : 31201 (java) R 31199 31186 30447 0 -1 64 2961 0 1 0 146 7 0 0 25 0 9 0 1529931191 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4126602772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31202] ppid=31199 vsize=868468 CPUtime=0.36
/proc/31200/task/31202/stat : 31202 (java) S 31199 31186 30447 0 -1 64 4116 0 0 0 34 2 0 0 16 0 9 0 1529931192 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31203] ppid=31199 vsize=868468 CPUtime=0
/proc/31200/task/31203/stat : 31203 (java) S 31199 31186 30447 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529931193 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31204] ppid=31199 vsize=868468 CPUtime=0
/proc/31200/task/31204/stat : 31204 (java) S 31199 31186 30447 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529931193 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31205] ppid=31199 vsize=868468 CPUtime=0
/proc/31200/task/31205/stat : 31205 (java) S 31199 31186 30447 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529931194 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31206] ppid=31199 vsize=868468 CPUtime=0.3
/proc/31200/task/31206/stat : 31206 (java) S 31199 31186 30447 0 -1 64 1514 0 0 0 29 1 0 0 16 0 9 0 1529931194 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31207] ppid=31199 vsize=868468 CPUtime=0
/proc/31200/task/31207/stat : 31207 (java) S 31199 31186 30447 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529931195 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31200/tid=31208] ppid=31199 vsize=868468 CPUtime=0
/proc/31200/task/31208/stat : 31208 (java) S 31199 31186 30447 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529931195 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887424

[startup+6.30201 s]
/proc/loadavg: 2.15 2.03 1.94 3/77 31210
/proc/meminfo: memFree=1157864/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 15 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=61320 CPUtime=1.3
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 14634 0 0 0 120 10 0 0 25 0 1 0 1529931604 62791680 14620 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 15330 14620 73 150 0 15177 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 80276

[startup+12.7029 s]
/proc/loadavg: 2.20 2.04 1.94 3/77 31210
/proc/meminfo: memFree=1135656/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=63168 CPUtime=7.64
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 15114 0 0 0 754 10 0 0 25 0 1 0 1529931604 64684032 15100 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 15792 15100 76 150 0 15639 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 82124

[startup+25.5015 s]
/proc/loadavg: 2.17 2.04 1.94 3/77 31210
/proc/meminfo: memFree=1135272/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=63696 CPUtime=20.32
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 15248 0 0 0 2022 10 0 0 25 0 1 0 1529931604 65224704 15234 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 15924 15234 76 150 0 15771 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 82652

[startup+51.1019 s]
/proc/loadavg: 2.11 2.04 1.94 3/77 31210
/proc/meminfo: memFree=1134504/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=64488 CPUtime=45.67
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 15433 0 0 0 4557 10 0 0 25 0 1 0 1529931604 66035712 15419 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 16122 15419 76 150 0 15969 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 83444

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 1.94 3/77 31210
/proc/meminfo: memFree=1132904/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=66092 CPUtime=96.38
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 15810 0 0 0 9628 10 0 0 25 0 1 0 1529931604 67678208 15796 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 16523 15796 76 150 0 16370 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 85048

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 1.94 3/77 31210
/proc/meminfo: memFree=1130792/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=68204 CPUtime=155.82
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 16331 0 0 0 15571 11 0 0 25 0 1 0 1529931604 69840896 16317 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17051 16317 76 150 0 16898 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 87160

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 1.94 3/77 31210
/proc/meminfo: memFree=1129192/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=69820 CPUtime=215.25
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 16736 0 0 0 21514 11 0 0 25 0 1 0 1529931604 71495680 16722 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17455 16722 76 150 0 17302 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 88776

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1129000/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=69952 CPUtime=223.17
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 16781 0 0 0 22306 11 0 0 25 0 1 0 1529931604 71630848 16767 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17488 16767 76 150 0 17335 0
Current children cumulated CPU time (s) 227.98
Current children cumulated vsize (KiB) 88908

[startup+255.902 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1128232/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=70744 CPUtime=248.54
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 16975 0 0 0 24842 12 0 0 25 0 1 0 1529931604 72441856 16961 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17686 16961 76 150 0 17533 0
Current children cumulated CPU time (s) 253.35
Current children cumulated vsize (KiB) 89700

[startup+262.303 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127912/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=70876 CPUtime=254.88
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 17024 0 0 0 25476 12 0 0 25 0 1 0 1529931604 72577024 17010 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17719 17010 76 150 0 17566 0
Current children cumulated CPU time (s) 259.69
Current children cumulated vsize (KiB) 89832

[startup+265.501 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127848/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=71008 CPUtime=258.04
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 17047 0 0 0 25792 12 0 0 25 0 1 0 1529931604 72712192 17033 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17752 17033 76 150 0 17599 0
Current children cumulated CPU time (s) 262.85
Current children cumulated vsize (KiB) 89964

[startup+268.703 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127784/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=71140 CPUtime=261.22
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 17068 0 0 0 26110 12 0 0 25 0 1 0 1529931604 72847360 17054 996147200 134512640 135127466 4294956272 18446744073709551615 134530952 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17785 17054 76 150 0 17632 0
Current children cumulated CPU time (s) 266.03
Current children cumulated vsize (KiB) 90096

[startup+270.303 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127720/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=4.81
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1033 15059 0 2 3 1 447 30 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
[pid=31209] ppid=31186 vsize=5356 CPUtime=0
/proc/31209/stat : 31209 (sh) S 31186 31186 30447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529931604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31209/statm: 1339 232 193 169 0 50 0
[pid=31210] ppid=31209 vsize=71140 CPUtime=262.81
/proc/31210/stat : 31210 (minisat) R 31209 31186 30447 0 -1 4194304 17080 0 0 0 26269 12 0 0 25 0 1 0 1529931604 72847360 17066 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31210/statm: 17785 17066 76 150 0 17632 0
Current children cumulated CPU time (s) 267.62
Current children cumulated vsize (KiB) 90096

[startup+270.703 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127720/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=268.01
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1071 32458 0 2 3 1 26753 44 17 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 268.01
Current children cumulated vsize (KiB) 13600

[startup+271.103 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127720/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=268.01
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1090 32458 0 2 3 1 26753 44 16 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 268.01
Current children cumulated vsize (KiB) 13600

[startup+271.201 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 31210
/proc/meminfo: memFree=1127720/2055920 swapFree=4180424/4192956
[pid=31186] ppid=31184 vsize=13600 CPUtime=268.02
/proc/31186/stat : 31186 (sugar) S 31184 31186 30447 0 -1 4194304 1091 32458 0 2 3 2 26753 44 15 0 1 0 1529931106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31186/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 268.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 271.246
CPU time (s): 268.547
CPU user time (s): 268.033
CPU system time (s): 0.513921
CPU usage (%): 99.005
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.033
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37492
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= 7884
involuntary context switches= 13328

runsolver used 0.357945 second user time and 0.891864 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-02 14:43:13
IDJOB=1042120
IDBENCH=53874
IDSOLVER=346
FILE ID=node13/1042120-1215002593
PBS_JOBID= 7870897
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-22-22.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-1042120-1215002593/watcher-1042120-1215002593 -o /tmp/evaluation-result-1042120-1215002593/solver-1042120-1215002593 -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-1042120-1215002593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9baac43a2473992d9e93d014cc749df3
RANDOM SEED=1145192000

node13.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.238
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.238
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:       1224608 kB
Buffers:         61708 kB
Cached:         671716 kB
SwapCached:       6620 kB
Active:         119644 kB
Inactive:       631856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224608 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          24876 kB
Slab:            65024 kB
Committed_AS:  2933472 kB
PageTables:       1896 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= 66552 MiB
End job on node13 at 2008-07-02 14:47:45