Trace number 2079574

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 406.382 410.352

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-21_ext.xml
MD5SUMe6069f044f2ee9f97974a9c83f351574
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.9673
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
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 05:10:47 2009
0.00/0.08	c 0	PID 24939
0.06/0.08	c 0	HOST node41.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079574-1247368247.xml TO HOME/temp.csp
0.06/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-2079574-1247368247.xml' 'HOME/temp.csp'
0.06/0.75	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.78	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.73/0.86	c 1	Parsing HOME/temp.csp
1.72/1.85	c 2	parsed 137 expressions
1.72/1.86	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.86	c 2	Converting to clausal form CSP
1.72/1.88	c 2	converted 14 (10%) expressions
1.72/1.89	c 2	converted 28 (20%) expressions
1.82/1.90	c 2	converted 42 (30%) expressions
1.92/2.06	c 2	converted 55 (40%) expressions
1.92/2.07	c 2	converted 69 (50%) expressions
2.01/2.13	c 2	converted 83 (60%) expressions
2.11/2.22	c 2	converted 96 (70%) expressions
2.21/2.33	c 2	converted 110 (80%) expressions
2.31/2.44	c 3	converted 124 (90%) expressions
2.61/2.71	c 3	converted 137 (100%) expressions
2.61/2.71	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.71	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.71	c 3	Propagation in CSP
2.61/2.71	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.71	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.71	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.72	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.72	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.83	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.84	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.71/2.84	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.71/2.84	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.71/2.84	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.71/2.84	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.71/2.85	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.71/2.85	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.71/2.85	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.71/2.85	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.71/2.85	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.91/3.06	c 3	6 (10%) CSP clauses are encoded (11070 clauses, 243207 bytes)
3.00/3.19	c 3	12 (20%) CSP clauses are encoded (21868 clauses, 502505 bytes)
3.20/3.33	c 3	18 (30%) CSP clauses are encoded (32802 clauses, 773824 bytes)
3.29/3.46	c 4	24 (40%) CSP clauses are encoded (43621 clauses, 1032993 bytes)
3.39/3.57	c 4	29 (50%) CSP clauses are encoded (52596 clauses, 1256374 bytes)
3.50/3.69	c 4	35 (60%) CSP clauses are encoded (62828 clauses, 1509233 bytes)
3.70/3.82	c 4	41 (70%) CSP clauses are encoded (73620 clauses, 1780453 bytes)
3.79/3.96	c 4	47 (80%) CSP clauses are encoded (84446 clauses, 2068694 bytes)
3.89/4.08	c 4	53 (90%) CSP clauses are encoded (94537 clauses, 2336697 bytes)
4.00/4.19	c 4	58 (100%) CSP clauses are encoded (103428 clauses, 2574566 bytes)
4.00/4.19	c 4	58 CSP clauses encoded
4.00/4.19	c 4	Writing map file : HOME/temp.map
4.00/4.19	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.19	c 4	SAT : 380 SAT variables, 103428 SAT clauses, 2574566 bytes
4.00/4.19	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.23	c 4	SOLVING HOME/temp.cnf
4.09/4.23	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.09/4.23	c 4	This is MiniSat 2.0 beta
4.09/4.23	c 4	WARNING: for repeatability, setting FPU to use double precision
4.09/4.23	c 4	============================[ Problem Statistics ]=============================
4.09/4.23	c 4	|                                                                             |
4.09/4.24	c 4	|  Number of variables:  380                                                  |
4.09/4.24	c 4	|  Number of clauses:    103428                                               |
4.16/4.31	c 4	|  Parsing time:         0.06         s                                       |
4.16/4.31	c 4	============================[ Search Statistics ]==============================
4.16/4.31	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.16/4.31	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.16/4.31	c 4	===============================================================================
4.16/4.31	c 4	|         0 |     380   103428   567134 |    34476        0    nan |  0.000 % |
4.16/4.38	c 5	|       101 |     380   103428   567134 |    37923      101     10 |  0.001 % |
4.26/4.45	c 5	|       251 |     380   103428   567134 |    41715      251     11 |  0.013 % |
4.35/4.55	c 5	|       477 |     380   103428   567134 |    45887      477     11 |  0.013 % |
4.45/4.65	c 5	|       815 |     380   103428   567134 |    50476      815     11 |  0.012 % |
4.65/4.81	c 5	|      1322 |     380   103428   567134 |    55523     1322     11 |  0.013 % |
4.85/5.06	c 5	|      2082 |     380   103428   567134 |    61076     2082     11 |  0.013 % |
5.25/5.43	c 6	|      3222 |     380   103428   567134 |    67183     3222     11 |  0.008 % |
5.84/6.09	c 6	|      4934 |     380   103428   567134 |    73902     4934     12 |  0.012 % |
6.93/7.16	c 7	|      7496 |     380   103428   567134 |    81292     7496     12 |  0.013 % |
8.72/8.94	c 9	|     11340 |     380   103428   567134 |    89421    11340     12 |  0.015 % |
11.20/11.48	c 12	|     17108 |     380   103428   567134 |    98364    17108     13 |  0.012 % |
15.76/16.02	c 16	|     25760 |     380   103428   567134 |   108200    25760     13 |  0.016 % |
23.18/23.59	c 24	|     38734 |     379   102790   564187 |   119020    22880     13 |  0.264 % |
34.67/35.12	c 35	|     58197 |     379   102790   564187 |   130922    42343     15 |  0.270 % |
56.37/57.08	c 57	|     87390 |     379   102790   564187 |   144014    71536     15 |  0.274 % |
93.91/94.94	c 95	|    131183 |     376   100758   553860 |   158416    65080     15 |  1.053 % |
162.76/164.49	c 165	|    196867 |     376   100758   553860 |   174257   130764     15 |  1.068 % |
263.01/265.65	c 266	|    295397 |     376   100758   553860 |   191683    73403     16 |  1.055 % |
406.16/410.16	c 410	===============================================================================
406.16/410.16	c 410	restarts              : 19
406.16/410.16	c 410	conflicts             : 435120         (1082 /sec)
406.16/410.16	c 410	decisions             : 515240         (1.64 % random) (1281 /sec)
406.16/410.16	c 410	propagations          : 18776907       (46701 /sec)
406.16/410.16	c 410	conflict literals     : 6733557        (31.59 % deleted)
406.16/410.16	c 410	Memory used           : 25.88 MB
406.16/410.16	c 410	CPU time              : 402.063 s
406.16/410.16	c 410	
406.16/410.16	c 410	UNSATISFIABLE
406.16/410.17	c 410	DECODING HOME/temp.out WITH HOME/temp.map
406.16/410.17	c 410	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'
406.25/410.26	c 410	Decoding HOME/temp.out
406.25/410.27	s UNSATISFIABLE
406.25/410.29	c 410	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
406.34/410.35	c 410	CPU 406.35 (0.06 0.01 406.03 0.25)
406.34/410.35	c 410	END Sun Jul 12 05:17: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-2079574-1247368247/watcher-2079574-1247368247 -o /tmp/evaluation-result-2079574-1247368247/solver-2079574-1247368247 -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-2079574-1247368247.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.07 2.08 2.09 3/74 24939
/proc/meminfo: memFree=1623200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=4708 CPUtime=0
/proc/24939/stat : 24939 (sugar) R 24937 24939 21528 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 23516415 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 209133303177 0 0 4096 0 0 0 0 17 1 0 0
/proc/24939/statm: 1177 43 33 3 0 8 0

[startup+0.0812299 s]
/proc/loadavg: 2.07 2.08 2.09 3/74 24939
/proc/meminfo: memFree=1623200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16740 CPUtime=0.06
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23516415 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.106062 s]
/proc/loadavg: 2.07 2.08 2.09 3/74 24939
/proc/meminfo: memFree=1623200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=0.06
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23516415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301425 s]
/proc/loadavg: 2.07 2.08 2.09 3/74 24939
/proc/meminfo: memFree=1623200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=0.06
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23516415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701461 s]
/proc/loadavg: 2.07 2.08 2.09 3/74 24939
/proc/meminfo: memFree=1623200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=0.06
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23516415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 2.07 2.08 2.09 3/85 24961
/proc/meminfo: memFree=1611656/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=0.73
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1309 7023 0 1 5 1 61 6 16 0 1 0 23516415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1111 409 3 0 796 0
[pid=24952] ppid=24939 vsize=5356 CPUtime=0
/proc/24952/stat : 24952 (sh) S 24939 24939 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23516493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24952/statm: 1339 233 193 169 0 50 0
[pid=24953] ppid=24952 vsize=862284 CPUtime=0.7
/proc/24953/stat : 24953 (java) S 24952 24939 21528 0 -1 0 7152 0 1 0 66 4 0 0 19 0 9 0 23516493 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24953/statm: 215571 6427 2158 9 0 210484 0
[pid=24953/tid=24954] ppid=24952 vsize=862284 CPUtime=0.45
/proc/24953/task/24954/stat : 24954 (java) R 24952 24939 21528 0 -1 64 2030 0 1 0 44 1 0 0 23 0 9 0 23516494 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24955] ppid=24952 vsize=862284 CPUtime=0.18
/proc/24953/task/24955/stat : 24955 (java) R 24952 24939 21528 0 -1 64 4113 0 0 0 17 1 0 0 16 0 9 0 23516495 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24956] ppid=24952 vsize=862284 CPUtime=0
/proc/24953/task/24956/stat : 24956 (java) S 24952 24939 21528 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23516495 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24957] ppid=24952 vsize=862284 CPUtime=0
/proc/24953/task/24957/stat : 24957 (java) S 24952 24939 21528 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23516495 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24958] ppid=24952 vsize=862284 CPUtime=0
/proc/24953/task/24958/stat : 24958 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23516498 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24959] ppid=24952 vsize=862284 CPUtime=0.03
/proc/24953/task/24959/stat : 24959 (java) S 24952 24939 21528 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23516498 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24960] ppid=24952 vsize=862284 CPUtime=0
/proc/24953/task/24960/stat : 24960 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23516498 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24961] ppid=24952 vsize=862284 CPUtime=0
/proc/24953/task/24961/stat : 24961 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23516498 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10268 s]
/proc/loadavg: 2.07 2.08 2.09 3/85 24961
/proc/meminfo: memFree=1587016/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=0.73
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1310 7023 0 1 5 1 61 6 15 0 1 0 23516415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1111 409 3 0 796 0
[pid=24952] ppid=24939 vsize=5356 CPUtime=0
/proc/24952/stat : 24952 (sh) S 24939 24939 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23516493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24952/statm: 1339 233 193 169 0 50 0
[pid=24953] ppid=24952 vsize=864488 CPUtime=2.27
/proc/24953/stat : 24953 (java) S 24952 24939 21528 0 -1 0 14800 0 1 0 220 7 0 0 19 0 9 0 23516493 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24953/statm: 216122 14018 2590 9 0 210599 0
[pid=24953/tid=24954] ppid=24952 vsize=864488 CPUtime=1.21
/proc/24953/task/24954/stat : 24954 (java) R 24952 24939 21528 0 -1 64 3281 0 1 0 119 2 0 0 25 0 9 0 23516494 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4126539848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24955] ppid=24952 vsize=864488 CPUtime=0.96
/proc/24953/task/24955/stat : 24955 (java) S 24952 24939 21528 0 -1 64 10482 0 0 0 92 4 0 0 16 0 9 0 23516495 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24956] ppid=24952 vsize=864488 CPUtime=0
/proc/24953/task/24956/stat : 24956 (java) S 24952 24939 21528 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23516495 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24957] ppid=24952 vsize=864488 CPUtime=0
/proc/24953/task/24957/stat : 24957 (java) S 24952 24939 21528 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23516495 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24958] ppid=24952 vsize=864488 CPUtime=0
/proc/24953/task/24958/stat : 24958 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23516498 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24959] ppid=24952 vsize=864488 CPUtime=0.08
/proc/24953/task/24959/stat : 24959 (java) S 24952 24939 21528 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23516498 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24960] ppid=24952 vsize=864488 CPUtime=0
/proc/24953/task/24960/stat : 24960 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23516498 885235712 14018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24953/tid=24961] ppid=24952 vsize=864488 CPUtime=0
/proc/24953/task/24961/stat : 24961 (java) S 24952 24939 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23516498 885235712 14018 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) 886712

[startup+6.30296 s]
/proc/loadavg: 2.07 2.08 2.09 3/77 24963
/proc/meminfo: memFree=1608200/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 15 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=8440 CPUtime=2.03
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 1977 0 0 0 203 0 0 0 25 0 1 0 23516838 8642560 1963 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 2110 1963 75 150 0 1957 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30664

[startup+12.7015 s]
/proc/loadavg: 2.06 2.08 2.08 3/77 24963
/proc/meminfo: memFree=1606600/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=9764 CPUtime=8.38
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 2314 0 0 0 837 1 0 0 25 0 1 0 23516838 9998336 2300 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 2441 2300 75 150 0 2288 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 31988

[startup+25.5017 s]
/proc/loadavg: 2.05 2.07 2.08 3/77 24963
/proc/meminfo: memFree=1605384/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=10988 CPUtime=21.05
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 2607 0 0 0 2104 1 0 0 25 0 1 0 23516838 11251712 2593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 2747 2593 75 150 0 2594 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33212

[startup+51.1019 s]
/proc/loadavg: 2.03 2.07 2.08 3/77 24963
/proc/meminfo: memFree=1602440/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=14096 CPUtime=46.41
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 3359 0 0 0 4639 2 0 0 25 0 1 0 23516838 14434304 3345 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 3524 3345 75 150 0 3371 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 36320

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.08 3/78 24964
/proc/meminfo: memFree=1599296/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=17120 CPUtime=97.13
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 4092 0 0 0 9710 3 0 0 25 0 1 0 23516838 17530880 4078 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 4280 4078 75 150 0 4127 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 39344

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.07 3/78 24964
/proc/meminfo: memFree=1595712/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=20508 CPUtime=156.57
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 4974 0 0 0 15653 4 0 0 25 0 1 0 23516838 21000192 4960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 5127 4960 75 150 0 4974 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 42732

[startup+222.301 s]
/proc/loadavg: 2.06 2.05 2.07 3/78 24964
/proc/meminfo: memFree=1591360/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=25024 CPUtime=216
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6047 0 0 0 21595 5 0 0 25 0 1 0 23516838 25624576 6033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6256 6033 75 150 0 6103 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 47248

[startup+282.301 s]
/proc/loadavg: 2.07 2.05 2.07 3/78 24964
/proc/meminfo: memFree=1591104/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=25164 CPUtime=275.44
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6101 0 0 0 27539 5 0 0 25 0 1 0 23516838 25767936 6087 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6291 6087 75 150 0 6138 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 47388

[startup+342.302 s]
/proc/loadavg: 2.07 2.06 2.07 3/79 24965
/proc/meminfo: memFree=1590648/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=25604 CPUtime=334.88
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6197 0 0 0 33483 5 0 0 25 0 1 0 23516838 26218496 6183 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6401 6183 75 150 0 6248 0
Current children cumulated CPU time (s) 338.99
Current children cumulated vsize (KiB) 47828

[startup+402.302 s]
/proc/loadavg: 2.15 2.09 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=394.32
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 39427 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 48720

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

[startup+403.101 s]
/proc/loadavg: 2.15 2.09 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=395.11
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 39506 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 48720

[startup+406.301 s]
/proc/loadavg: 2.13 2.08 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=398.28
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 39823 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 48720

[startup+407.902 s]
/proc/loadavg: 2.13 2.08 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=399.87
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 39982 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 403.98
Current children cumulated vsize (KiB) 48720

[startup+409.503 s]
/proc/loadavg: 2.12 2.08 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=401.45
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 40140 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 405.56
Current children cumulated vsize (KiB) 48720

[startup+409.903 s]
/proc/loadavg: 2.12 2.08 2.08 3/79 24965
/proc/meminfo: memFree=1589816/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=4.11
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1374 22170 0 2 5 1 389 16 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24962] ppid=24939 vsize=5356 CPUtime=0
/proc/24962/stat : 24962 (sh) S 24939 24939 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23516838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24962/statm: 1339 232 193 169 0 50 0
[pid=24963] ppid=24962 vsize=26496 CPUtime=401.85
/proc/24963/stat : 24963 (minisat) R 24962 24939 21528 0 -1 4194304 6406 0 0 0 40180 5 0 0 25 0 1 0 23516838 27131904 6392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24963/statm: 6624 6392 75 150 0 6471 0
Current children cumulated CPU time (s) 405.96
Current children cumulated vsize (KiB) 48720

[startup+410.308 s]
/proc/loadavg: 2.12 2.08 2.08 4/81 24969
/proc/meminfo: memFree=1612904/2055920 swapFree=4192812/4192956
[pid=24939] ppid=24937 vsize=16868 CPUtime=406.24
/proc/24939/stat : 24939 (sugar) S 24937 24939 21528 0 -1 4194304 1446 28870 0 2 6 1 40595 22 16 0 1 0 23516415 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24939/statm: 4217 1112 409 3 0 796 0
[pid=24966] ppid=24939 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24939 24939 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557432 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=863848 CPUtime=0.1
/proc/24967/stat : 24967 (java) S 24966 24939 21528 0 -1 0 3374 0 1 0 8 2 0 0 18 0 9 0 23557432 884580352 2840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 215962 2840 1689 9 0 210467 0
[pid=24967/tid=24968] ppid=24966 vsize=863848 CPUtime=0.08
/proc/24967/task/24968/stat : 24968 (java) S 24966 24939 21528 0 -1 64 2461 0 1 0 7 1 0 0 20 0 9 0 23557434 884580352 2840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=863848 CPUtime=0
/proc/24967/task/24969/stat : 24969 (java) S 24966 24939 21528 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 23557435 884580352 2840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 406.34
Current children cumulated vsize (KiB) 886072

Child status: 0
Real time (s): 410.352
CPU time (s): 406.382
CPU user time (s): 406.101
CPU system time (s): 0.280957
CPU usage (%): 99.0327
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 406.101
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34069
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= 2710
involuntary context switches= 11335

runsolver used 0.531919 second user time and 1.35079 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 05:10:47
IDJOB=2079574
IDBENCH=56917
IDSOLVER=739
FILE ID=node41/2079574-1247368247
PBS_JOBID= 9507067
Free space on /tmp= 65884 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-21_ext.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-2079574-1247368247/watcher-2079574-1247368247 -o /tmp/evaluation-result-2079574-1247368247/solver-2079574-1247368247 -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-2079574-1247368247.xml

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

MD5SUM BENCH= e6069f044f2ee9f97974a9c83f351574
RANDOM SEED=1661473593

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
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:       1623680 kB
Buffers:         33740 kB
Cached:         271920 kB
SwapCached:          0 kB
Active:         203936 kB
Inactive:       154608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:          63580 kB
Slab:            59152 kB
Committed_AS:   265808 kB
PageTables:       1768 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= 65884 MiB
End job on node41 at 2009-07-12 05:17:38