Trace number 2071016

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 160.345 161.96

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
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 benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:46:55 2009
0.00/0.08	c 0	PID 17544
0.00/0.08	c 0	HOST node52.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071016-1247352415.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071016-1247352415.xml' 'HOME/temp.csp'
0.06/0.58	c 1	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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.06/0.69	c 1	Parsing HOME/temp.csp
0.55/0.74	c 1	parsed 594 expressions
0.55/0.75	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.75	c 1	Converting to clausal form CSP
0.55/0.79	c 1	converted 60 (10%) expressions
0.55/0.83	c 1	converted 119 (20%) expressions
0.55/0.85	c 1	converted 179 (30%) expressions
0.55/0.89	c 1	converted 238 (40%) expressions
0.55/0.99	c 1	converted 297 (50%) expressions
0.55/1.02	c 1	converted 357 (60%) expressions
0.55/1.06	c 1	converted 416 (70%) expressions
0.55/1.07	c 1	converted 476 (80%) expressions
0.55/1.09	c 1	converted 535 (90%) expressions
1.02/1.11	c 1	converted 594 (100%) expressions
1.02/1.11	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 64
1.02/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.11	c 1	Propagation in CSP
1.02/1.19	c 1	4900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.19	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 53
1.02/1.19	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.21	c 2	CSP : 765 integers, 1092 booleans, 3186 clauses, largest domain size 53
1.12/1.21	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.27	c 2	77 (10%) CSP integer variables are encoded (3693 clauses, 45914 bytes)
1.12/1.28	c 2	153 (20%) CSP integer variables are encoded (7569 clauses, 96302 bytes)
1.12/1.28	c 2	230 (30%) CSP integer variables are encoded (11496 clauses, 150740 bytes)
1.12/1.29	c 2	306 (40%) CSP integer variables are encoded (15372 clauses, 208880 bytes)
1.12/1.29	c 2	383 (50%) CSP integer variables are encoded (19299 clauses, 267785 bytes)
1.22/1.30	c 2	459 (60%) CSP integer variables are encoded (23175 clauses, 325925 bytes)
1.22/1.31	c 2	536 (70%) CSP integer variables are encoded (27102 clauses, 384830 bytes)
1.22/1.31	c 2	612 (80%) CSP integer variables are encoded (30978 clauses, 442970 bytes)
1.22/1.32	c 2	689 (90%) CSP integer variables are encoded (34905 clauses, 501875 bytes)
1.22/1.33	c 2	765 (100%) CSP integer variables are encoded (38781 clauses, 560015 bytes)
1.31/1.43	c 2	319 (10%) CSP clauses are encoded (76490 clauses, 1307797 bytes)
1.51/1.61	c 2	638 (20%) CSP clauses are encoded (166011 clauses, 2895882 bytes)
1.81/1.98	c 2	956 (30%) CSP clauses are encoded (364370 clauses, 6268795 bytes)
2.21/2.34	c 3	1275 (40%) CSP clauses are encoded (562800 clauses, 9707559 bytes)
2.60/2.71	c 3	1593 (50%) CSP clauses are encoded (761067 clauses, 13324166 bytes)
2.90/3.08	c 3	1912 (60%) CSP clauses are encoded (959183 clauses, 16957314 bytes)
3.30/3.45	c 4	2231 (70%) CSP clauses are encoded (1158476 clauses, 20619449 bytes)
3.68/3.82	c 4	2549 (80%) CSP clauses are encoded (1356058 clauses, 24300321 bytes)
3.98/4.19	c 4	2868 (90%) CSP clauses are encoded (1555339 clauses, 27999641 bytes)
4.38/4.56	c 5	3186 (100%) CSP clauses are encoded (1753247 clauses, 31764551 bytes)
4.38/4.56	c 5	3186 CSP clauses encoded
4.38/4.57	c 5	Writing map file : HOME/temp.map
4.38/4.57	c 5	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.38/4.57	c 5	SAT : 40638 SAT variables, 1753247 SAT clauses, 31764551 bytes
4.38/4.57	c 5	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.38/4.58	c 5	SOLVING HOME/temp.cnf
4.38/4.58	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.58	c 5	This is MiniSat 2.0 beta
4.38/4.58	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.58	c 5	============================[ Problem Statistics ]=============================
4.38/4.58	c 5	|                                                                             |
4.38/4.58	c 5	|  Number of variables:  40638                                                |
4.38/4.58	c 5	|  Number of clauses:    1753247                                              |
4.46/5.39	c 6	|  Parsing time:         0.68         s                                       |
4.46/5.43	c 6	============================[ Search Statistics ]==============================
4.46/5.43	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.46/5.43	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.46/5.43	c 6	===============================================================================
4.46/5.43	c 6	|         0 |   40638  1753247  5703800 |   584415        0    nan |  0.000 % |
6.84/7.06	c 7	|       101 |   40638  1753247  5703800 |   642857      100      5 | 13.171 % |
8.13/8.35	c 9	|       251 |   40631  1753247  5703800 |   707142      248      5 | 17.396 % |
9.92/10.18	c 10	|       478 |   40631  1753247  5703800 |   777857      475      6 | 17.395 % |
12.59/12.88	c 13	|       815 |   40631  1753247  5703800 |   855642      812      7 | 17.395 % |
16.26/16.59	c 17	|      1322 |   40631  1753247  5703800 |   941207     1319      7 | 17.395 % |
23.19/23.56	c 24	|      2081 |   40631  1753247  5703800 |  1035328     2078      8 | 17.396 % |
32.21/32.69	c 33	|      3221 |   40631  1753247  5703800 |  1138860     3218      8 | 17.395 % |
48.06/48.69	c 49	|      4929 |   33569  1395802  4546448 |  1252746     4784      8 | 17.395 % |
66.97/67.73	c 68	|      7493 |   31537  1254461  4070695 |  1378021     6461      8 | 22.396 % |
91.73/92.73	c 93	|     11338 |   31537  1254461  4070695 |  1515823    10306      9 | 22.396 % |
134.53/135.99	c 136	|     17104 |   30199  1200195  3901017 |  1667406     6448      8 | 25.688 % |
160.09/161.79	c 162	===============================================================================
160.09/161.79	c 162	restarts              : 12
160.09/161.79	c 162	conflicts             : 19854          (128 /sec)
160.09/161.79	c 162	decisions             : 24668          (0.36 % random) (159 /sec)
160.09/161.79	c 162	propagations          : 50783513       (326411 /sec)
160.09/161.79	c 162	conflict literals     : 172077         (23.62 % deleted)
160.09/161.79	c 162	Memory used           : 84.40 MB
160.09/161.79	c 162	CPU time              : 155.581 s
160.09/161.79	c 162	
160.09/161.79	c 162	UNSATISFIABLE
160.19/161.81	c 162	DECODING HOME/temp.out WITH HOME/temp.map
160.19/161.81	c 162	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'
160.19/161.89	c 162	Decoding HOME/temp.out
160.20/161.91	s UNSATISFIABLE
160.20/161.92	c 162	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
160.20/161.94	c 162	CPU 160.3 (0.06 0.01 159.71 0.52)
160.20/161.94	c 162	END Sun Jul 12 00:49:37 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-2071016-1247352415/watcher-2071016-1247352415 -o /tmp/evaluation-result-2071016-1247352415/solver-2071016-1247352415 -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-2071016-1247352415.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: 2.01 2.02 2.02 4/80 17544
/proc/meminfo: memFree=1835808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=12268 CPUtime=0
/proc/17544/stat : 17544 (sugar) R 17542 17544 16493 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22304993 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273653599089 0 0 4224 0 0 0 0 17 1 0 0
/proc/17544/statm: 3067 316 241 3 0 167 0

[startup+0.102507 s]
/proc/loadavg: 2.01 2.02 2.02 4/80 17544
/proc/meminfo: memFree=1835808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.06
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201518 s]
/proc/loadavg: 2.01 2.02 2.02 4/80 17544
/proc/meminfo: memFree=1835808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.06
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301518 s]
/proc/loadavg: 2.01 2.02 2.02 4/80 17544
/proc/meminfo: memFree=1835808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.06
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701548 s]
/proc/loadavg: 2.01 2.02 2.02 4/80 17544
/proc/meminfo: memFree=1835808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.55
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1309 4606 0 1 5 1 47 2 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.01 2.02 2.02 3/91 17566
/proc/meminfo: memFree=1820808/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.56
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1310 4606 0 1 6 1 47 2 15 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17557] ppid=17544 vsize=5356 CPUtime=0
/proc/17557/stat : 17557 (sh) S 17544 17544 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22305054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17557/statm: 1339 233 193 169 0 50 0
[pid=17558] ppid=17557 vsize=868604 CPUtime=0.85
/proc/17558/stat : 17558 (java) S 17557 17544 16493 0 -1 0 6622 0 1 0 80 5 0 0 19 0 9 0 22305055 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17558/statm: 217151 5781 2589 9 0 211628 0
[pid=17558/tid=17559] ppid=17557 vsize=868604 CPUtime=0.55
/proc/17558/task/17559/stat : 17559 (java) R 17557 17544 16493 0 -1 64 2790 0 1 0 53 2 0 0 22 0 9 0 22305056 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 102094033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17560] ppid=17557 vsize=868604 CPUtime=0.08
/proc/17558/task/17560/stat : 17560 (java) S 17557 17544 16493 0 -1 64 1622 0 0 0 7 1 0 0 16 0 9 0 22305057 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17561] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17561/stat : 17561 (java) S 17557 17544 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22305057 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17562] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17562/stat : 17562 (java) S 17557 17544 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22305057 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17563] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17563/stat : 17563 (java) S 17557 17544 16493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22305059 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17564] ppid=17557 vsize=868604 CPUtime=0.2
/proc/17558/task/17564/stat : 17564 (java) S 17557 17544 16493 0 -1 64 1512 0 0 0 19 1 0 0 16 0 9 0 22305059 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17565] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17565/stat : 17565 (java) S 17557 17544 16493 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22305059 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17566] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17566/stat : 17566 (java) S 17557 17544 16493 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22305059 889450496 5781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890828

[startup+3.10271 s]
/proc/loadavg: 2.01 2.02 2.02 3/91 17566
/proc/meminfo: memFree=1811016/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=0.56
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1310 4606 0 1 6 1 47 2 15 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17557] ppid=17544 vsize=5356 CPUtime=0
/proc/17557/stat : 17557 (sh) S 17544 17544 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22305054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17557/statm: 1339 233 193 169 0 50 0
[pid=17558] ppid=17557 vsize=868604 CPUtime=2.44
/proc/17558/stat : 17558 (java) S 17557 17544 16493 0 -1 0 7146 0 1 0 225 19 0 0 19 0 9 0 22305055 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17558/statm: 217151 5790 2589 9 0 211628 0
[pid=17558/tid=17559] ppid=17557 vsize=868604 CPUtime=2.02
/proc/17558/task/17559/stat : 17559 (java) R 17557 17544 16493 0 -1 64 3305 0 1 0 189 13 0 0 25 0 9 0 22305056 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17560] ppid=17557 vsize=868604 CPUtime=0.19
/proc/17558/task/17560/stat : 17560 (java) S 17557 17544 16493 0 -1 64 1622 0 0 0 15 4 0 0 16 0 9 0 22305057 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17561] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17561/stat : 17561 (java) S 17557 17544 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22305057 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17562] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17562/stat : 17562 (java) S 17557 17544 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22305057 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17563] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17563/stat : 17563 (java) S 17557 17544 16493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22305059 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17564] ppid=17557 vsize=868604 CPUtime=0.21
/proc/17558/task/17564/stat : 17564 (java) S 17557 17544 16493 0 -1 64 1521 0 0 0 20 1 0 0 16 0 9 0 22305059 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17565] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17565/stat : 17565 (java) S 17557 17544 16493 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22305059 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17558/tid=17566] ppid=17557 vsize=868604 CPUtime=0
/proc/17558/task/17566/stat : 17566 (java) S 17557 17544 16493 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22305059 889450496 5790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890828

[startup+6.30293 s]
/proc/loadavg: 2.01 2.02 2.02 3/83 17568
/proc/meminfo: memFree=1726856/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 15 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=84968 CPUtime=1.69
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20215 0 0 0 156 13 0 0 25 0 1 0 22305451 87007232 20201 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21242 20201 73 150 0 21089 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 107192

[startup+12.7014 s]
/proc/loadavg: 2.01 2.02 2.02 3/83 17568
/proc/meminfo: memFree=1719048/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86156 CPUtime=8.03
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20514 0 0 0 789 14 0 0 25 0 1 0 22305451 88223744 20500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21539 20500 75 150 0 21386 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 108380

[startup+25.5012 s]
/proc/loadavg: 2.01 2.02 2.02 3/83 17568
/proc/meminfo: memFree=1719112/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86288 CPUtime=20.71
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20555 0 0 0 2057 14 0 0 25 0 1 0 22305451 88358912 20541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21572 20541 75 150 0 21419 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 108512

[startup+51.1019 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 17568
/proc/meminfo: memFree=1719048/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86288 CPUtime=46.07
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20575 0 0 0 4593 14 0 0 25 0 1 0 22305451 88358912 20561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21572 20561 75 150 0 21419 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 108512

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718856/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=96.78
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20582 0 0 0 9664 14 0 0 25 0 1 0 22305451 88494080 20568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20568 75 150 0 21452 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 108644

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

[startup+102.406 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718856/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=96.88
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20582 0 0 0 9674 14 0 0 25 0 1 0 22305451 88494080 20568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20568 75 150 0 21452 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 108644

[startup+128.001 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718920/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=122.24
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 12210 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 126.7
Current children cumulated vsize (KiB) 108644

[startup+140.801 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718856/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=134.92
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 13478 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 139.38
Current children cumulated vsize (KiB) 108644

[startup+153.602 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718728/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=147.6
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 14746 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 152.06
Current children cumulated vsize (KiB) 108644

[startup+156.801 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718728/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=150.77
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 15063 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 155.23
Current children cumulated vsize (KiB) 108644

[startup+160.002 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718728/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=153.94
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 15380 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 158.4
Current children cumulated vsize (KiB) 108644

[startup+160.802 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=154.73
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 15459 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 159.19
Current children cumulated vsize (KiB) 108644

[startup+161.602 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=86420 CPUtime=155.53
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194304 20594 0 0 0 15539 14 0 0 25 0 1 0 22305451 88494080 20580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 21605 20580 75 150 0 21452 0
Current children cumulated CPU time (s) 159.99
Current children cumulated vsize (KiB) 108644

[startup+161.807 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=4.46
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1373 12523 0 2 6 1 405 34 16 0 1 0 22304993 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1111 409 3 0 796 0
[pid=17567] ppid=17544 vsize=5356 CPUtime=0
/proc/17567/stat : 17567 (sh) S 17544 17544 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22305451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17567/statm: 1339 232 193 169 0 50 0
[pid=17568] ppid=17567 vsize=0 CPUtime=155.73
/proc/17568/stat : 17568 (minisat) R 17567 17544 16493 0 -1 4194308 20603 0 0 0 15558 15 0 0 25 0 1 0 22305451 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 22224

[startup+161.901 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 17568
/proc/meminfo: memFree=1718792/2055920 swapFree=4192812/4192956
[pid=17544] ppid=17542 vsize=16868 CPUtime=160.2
/proc/17544/stat : 17544 (sugar) S 17542 17544 16493 0 -1 4194304 1443 33411 0 2 6 1 15963 50 16 0 1 0 22304993 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17544/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 160.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 161.96
CPU time (s): 160.345
CPU user time (s): 159.781
CPU system time (s): 0.563914
CPU usage (%): 99.0025
Max. virtual memory (cumulated for all children) (KiB): 890828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.781
system time used= 0.563914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38604
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= 10934
involuntary context switches= 14112

runsolver used 0.250961 second user time and 0.498924 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 00:46:55
IDJOB=2071016
IDBENCH=55427
IDSOLVER=739
FILE ID=node52/2071016-1247352415
PBS_JOBID= 9506855
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-2071016-1247352415/watcher-2071016-1247352415 -o /tmp/evaluation-result-2071016-1247352415/solver-2071016-1247352415 -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-2071016-1247352415.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=1345160032

node52.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.236
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.236
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:       1836288 kB
Buffers:          8820 kB
Cached:          86992 kB
SwapCached:          0 kB
Active:         143896 kB
Inactive:        25464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          91308 kB
Slab:            35232 kB
Committed_AS:   912560 kB
PageTables:       2028 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= 66140 MiB
End job on node52 at 2009-07-12 00:49:37