Trace number 2091443

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+minisatSAT 902.62 911.264

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-32_ext.xml
MD5SUM7964db93b3e7abf8319628217a45ce71
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark36.1095
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints336
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension336
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 12:29:48 2009
0.00/0.08	c 0	PID 31531
0.07/0.08	c 0	HOST node50.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2091443-1247394587.xml TO HOME/temp.csp
0.07/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-2091443-1247394587.xml' 'HOME/temp.csp'
0.07/0.78	c 0	1 domains, 40 variables, 0 predicates, 336 relations, 336 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	c 0	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.75/0.90	c 0	Parsing HOME/temp.csp
1.01/1.12	c 1	parsed 713 expressions
1.01/1.13	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Converting to clausal form CSP
1.01/1.15	c 1	converted 72 (10%) expressions
1.01/1.15	c 1	converted 143 (20%) expressions
1.01/1.16	c 1	converted 214 (30%) expressions
1.01/1.17	c 1	converted 286 (40%) expressions
1.01/1.17	c 1	converted 357 (50%) expressions
1.10/1.24	c 1	converted 428 (60%) expressions
1.10/1.26	c 1	converted 500 (70%) expressions
1.10/1.28	c 1	converted 571 (80%) expressions
1.10/1.30	c 1	converted 642 (90%) expressions
1.20/1.31	c 1	converted 713 (100%) expressions
1.20/1.31	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.20/1.31	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.31	c 1	Propagation in CSP
1.20/1.32	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.32	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.20/1.32	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.32	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.20/1.32	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.37	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.20/1.37	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.20/1.37	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.20/1.37	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.20/1.37	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.20/1.37	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.20/1.38	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.20/1.38	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.20/1.38	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.20/1.38	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.30/1.43	c 1	34 (10%) CSP clauses are encoded (2894 clauses, 43112 bytes)
1.30/1.45	c 1	68 (20%) CSP clauses are encoded (5136 clauses, 80821 bytes)
1.30/1.46	c 1	101 (30%) CSP clauses are encoded (7322 clauses, 120218 bytes)
1.30/1.48	c 1	135 (40%) CSP clauses are encoded (9551 clauses, 162003 bytes)
1.30/1.49	c 1	168 (50%) CSP clauses are encoded (11631 clauses, 201263 bytes)
1.40/1.51	c 1	202 (60%) CSP clauses are encoded (13867 clauses, 243074 bytes)
1.40/1.52	c 1	236 (70%) CSP clauses are encoded (15947 clauses, 282230 bytes)
1.40/1.53	c 1	269 (80%) CSP clauses are encoded (18051 clauses, 321682 bytes)
1.40/1.55	c 1	303 (90%) CSP clauses are encoded (20201 clauses, 362183 bytes)
1.40/1.56	c 1	336 (100%) CSP clauses are encoded (22244 clauses, 400611 bytes)
1.40/1.56	c 1	336 CSP clauses encoded
1.40/1.56	c 1	Writing map file : HOME/temp.map
1.40/1.56	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 1	SAT : 720 SAT variables, 22244 SAT clauses, 400611 bytes
1.40/1.56	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.46/1.61	c 1	SOLVING HOME/temp.cnf
1.46/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.46/1.62	c 1	This is MiniSat 2.0 beta
1.46/1.62	c 1	WARNING: for repeatability, setting FPU to use double precision
1.46/1.62	c 1	============================[ Problem Statistics ]=============================
1.46/1.62	c 1	|                                                                             |
1.46/1.62	c 1	|  Number of variables:  720                                                  |
1.46/1.62	c 1	|  Number of clauses:    22244                                                |
1.46/1.63	c 1	|  Parsing time:         0.01         s                                       |
1.46/1.63	c 1	============================[ Search Statistics ]==============================
1.46/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.63	c 1	===============================================================================
1.46/1.63	c 1	|         0 |     720    22244    81784 |     7414        0    nan |  0.000 % |
1.46/1.64	c 1	|       100 |     720    22244    81784 |     8156      100     11 |  0.000 % |
1.46/1.66	c 1	|       251 |     720    22244    81784 |     8971      251     11 |  0.006 % |
1.46/1.68	c 1	|       476 |     720    22244    81784 |     9868      476     11 |  0.004 % |
1.49/1.72	c 1	|       815 |     720    22244    81784 |    10855      815     12 |  0.003 % |
1.49/1.78	c 1	|      1321 |     720    22244    81784 |    11941     1321     12 |  0.007 % |
1.49/1.86	c 1	|      2081 |     720    22244    81784 |    13135     2081     13 |  0.003 % |
1.49/2.00	c 2	|      3221 |     720    22244    81784 |    14449     3221     13 |  0.008 % |
2.06/2.22	c 2	|      4929 |     720    22244    81784 |    15893     4929     13 |  0.008 % |
2.35/2.59	c 2	|      7491 |     720    22244    81784 |    17483     7491     14 |  0.006 % |
3.05/3.21	c 3	|     11335 |     720    22244    81784 |    19231    11335     14 |  0.002 % |
4.04/4.23	c 4	|     17103 |     720    22244    81784 |    21154    17103     13 |  0.006 % |
5.62/5.85	c 5	|     25752 |     720    22244    81784 |    23270    15072     14 |  0.006 % |
8.20/8.43	c 8	|     38728 |     720    22244    81784 |    25597    16323     17 |  0.003 % |
12.66/12.92	c 12	|     58189 |     720    22244    81784 |    28157    22474     17 |  0.007 % |
20.18/20.55	c 20	|     87382 |     720    22244    81784 |    30972    22153     16 |  0.007 % |
31.48/31.99	c 32	|    131172 |     720    22244    81784 |    34070    29867     17 |  0.003 % |
49.40/50.03	c 50	|    196856 |     720    22244    81784 |    37477    31599     19 |  0.002 % |
77.24/78.12	c 78	|    295382 |     719    22179    81601 |    41224    22597     17 |  0.139 % |
121.73/123.04	c 123	|    443172 |     719    22179    81601 |    45347    31114     17 |  0.143 % |
194.54/196.55	c 196	|    664855 |     719    22179    81601 |    49882    33361     16 |  0.148 % |
306.58/309.67	c 309	|    997380 |     718    22132    81470 |    54870    33571     18 |  0.278 % |
492.73/497.50	c 497	|   1496168 |     718    22132    81470 |    60357    49052     18 |  0.281 % |
795.97/803.67	c 803	|   2244350 |     718    22132    81470 |    66393    29176     19 |  0.281 % |
902.36/911.08	c 911	===============================================================================
902.36/911.08	c 911	restarts              : 24
902.36/911.08	c 911	conflicts             : 2504055        (2779 /sec)
902.36/911.08	c 911	decisions             : 2987168        (1.42 % random) (3316 /sec)
902.36/911.08	c 911	propagations          : 269413018      (299038 /sec)
902.36/911.08	c 911	conflict literals     : 47796120       (35.71 % deleted)
902.36/911.08	c 911	Memory used           : 17.34 MB
902.36/911.08	c 911	CPU time              : 900.933 s
902.36/911.08	c 911	
902.36/911.08	c 911	SATISFIABLE
902.36/911.09	c 911	DECODING HOME/temp.out WITH HOME/temp.map
902.36/911.09	c 911	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'
902.47/911.17	c 911	Decoding HOME/temp.out
902.47/911.19	s SATISFIABLE
902.47/911.20	v 5 5 16 14 9 14 8 17 6 0 3 18 15 10 9 7 17 17 4 16 5 13 17 10 5 7 7 11 5 16 18 6 10 8 3 5 15 10 0 17
902.47/911.21	c 911	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
902.47/911.26	c 911	CPU 902.59 (0.06 0.01 902.36 0.16)
902.47/911.26	c 911	END Sun Jul 12 12:44:59 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091443-1247394587/watcher-2091443-1247394587 -o /tmp/evaluation-result-2091443-1247394587/solver-2091443-1247394587 -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-2091443-1247394587.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 31531
/proc/meminfo: memFree=1810792/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=12268 CPUtime=0
/proc/31531/stat : 31531 (sugar) R 31529 31531 31494 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26522360 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240586374142 0 0 4224 0 0 0 0 17 1 0 0
/proc/31531/statm: 3067 316 241 3 0 167 0

[startup+0.0871911 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 31531
/proc/meminfo: memFree=1810792/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16740 CPUtime=0.07
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26522360 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101715 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 31531
/proc/meminfo: memFree=1810792/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=0.07
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26522360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301726 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 31531
/proc/meminfo: memFree=1810792/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=0.07
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26522360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701766 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 31531
/proc/meminfo: memFree=1810792/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=0.07
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26522360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 31553
/proc/meminfo: memFree=1801424/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=0.75
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1310 4807 0 1 6 1 65 3 15 0 1 0 26522360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1111 409 3 0 796 0
[pid=31544] ppid=31531 vsize=5356 CPUtime=0
/proc/31544/stat : 31544 (sh) S 31531 31531 31494 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26522443 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31544/statm: 1339 233 193 169 0 50 0
[pid=31545] ppid=31544 vsize=864448 CPUtime=0.65
/proc/31545/stat : 31545 (java) S 31544 31531 31494 0 -1 0 6819 0 1 0 61 4 0 0 18 0 9 0 26522443 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31545/statm: 216112 6062 2590 9 0 210589 0
[pid=31545/tid=31546] ppid=31544 vsize=864448 CPUtime=0.4
/proc/31545/task/31546/stat : 31546 (java) R 31544 31531 31494 0 -1 64 2741 0 1 0 39 1 0 0 18 0 9 0 26522444 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4126603225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31547] ppid=31544 vsize=864448 CPUtime=0.15
/proc/31545/task/31547/stat : 31547 (java) S 31544 31531 31494 0 -1 64 3045 0 0 0 14 1 0 0 16 0 9 0 26522445 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31548] ppid=31544 vsize=864448 CPUtime=0
/proc/31545/task/31548/stat : 31548 (java) S 31544 31531 31494 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26522445 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31549] ppid=31544 vsize=864448 CPUtime=0
/proc/31545/task/31549/stat : 31549 (java) S 31544 31531 31494 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26522445 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31550] ppid=31544 vsize=864448 CPUtime=0
/proc/31545/task/31550/stat : 31550 (java) S 31544 31531 31494 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26522447 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31551] ppid=31544 vsize=864448 CPUtime=0.08
/proc/31545/task/31551/stat : 31551 (java) S 31544 31531 31494 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26522447 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31552] ppid=31544 vsize=864448 CPUtime=0
/proc/31545/task/31552/stat : 31552 (java) S 31544 31531 31494 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26522447 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31545/tid=31553] ppid=31544 vsize=864448 CPUtime=0
/proc/31545/task/31553/stat : 31553 (java) S 31544 31531 31494 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26522447 885194752 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886672

[startup+3.10198 s]
/proc/loadavg: 1.85 1.97 1.99 3/76 31555
/proc/meminfo: memFree=1804752/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 15 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=3884 CPUtime=1.46
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 724 0 0 0 146 0 0 0 25 0 1 0 26522522 3977216 710 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 971 710 75 150 0 818 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26108

[startup+6.30126 s]
/proc/loadavg: 1.86 1.97 1.99 3/76 31555
/proc/meminfo: memFree=1803088/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=4812 CPUtime=4.63
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 970 0 0 0 463 0 0 0 25 0 1 0 26522522 4927488 956 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 1203 956 75 150 0 1050 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27036

[startup+12.7018 s]
/proc/loadavg: 1.87 1.97 1.99 3/76 31555
/proc/meminfo: memFree=1801936/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=5764 CPUtime=10.97
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 1202 0 0 0 1097 0 0 0 25 0 1 0 26522522 5902336 1188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 1441 1188 75 150 0 1288 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27988

[startup+25.5019 s]
/proc/loadavg: 1.90 1.97 1.99 3/76 31555
/proc/meminfo: memFree=1801360/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=6628 CPUtime=23.65
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 1385 0 0 0 2364 1 0 0 25 0 1 0 26522522 6787072 1371 996147200 134512640 135127466 4294956256 18446744073709551615 134527978 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 1657 1371 75 150 0 1504 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28852

[startup+51.1012 s]
/proc/loadavg: 1.93 1.97 1.99 3/77 31556
/proc/meminfo: memFree=1800200/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=7972 CPUtime=49
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 1726 0 0 0 4899 1 0 0 25 0 1 0 26522522 8163328 1712 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 1993 1712 75 150 0 1840 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 30196

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/77 31556
/proc/meminfo: memFree=1798280/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=9520 CPUtime=99.74
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 2113 0 0 0 9972 2 0 0 25 0 1 0 26522522 9748480 2099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 2380 2099 75 150 0 2227 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 31744

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 31556
/proc/meminfo: memFree=1797256/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=10480 CPUtime=159.17
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 2331 0 0 0 15915 2 0 0 25 0 1 0 26522522 10731520 2317 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 2620 2317 75 150 0 2467 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32704

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 31556
/proc/meminfo: memFree=1796616/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0

################
# More data... #
################


[startup+702.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 31557
/proc/meminfo: memFree=1790912/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=16572 CPUtime=694.13
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 3835 0 0 0 69410 3 0 0 25 0 1 0 26522522 16969728 3821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4143 3821 75 150 0 3990 0
Current children cumulated CPU time (s) 695.62
Current children cumulated vsize (KiB) 38796

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1790520/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17012 CPUtime=753.57
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 3907 0 0 0 75354 3 0 0 25 0 1 0 26522522 17420288 3893 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4253 3893 75 150 0 4100 0
Current children cumulated CPU time (s) 755.06
Current children cumulated vsize (KiB) 39236

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1790392/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17272 CPUtime=813.01
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 3968 0 0 0 81298 3 0 0 25 0 1 0 26522522 17686528 3954 996147200 134512640 135127466 4294956256 18446744073709551615 134531253 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4318 3954 75 150 0 4165 0
Current children cumulated CPU time (s) 814.5
Current children cumulated vsize (KiB) 39496

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=872.44
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4051 0 0 0 87241 3 0 0 25 0 1 0 26522522 18173952 4037 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4037 75 150 0 4284 0
Current children cumulated CPU time (s) 873.93
Current children cumulated vsize (KiB) 39972

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

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=885.92
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4051 0 0 0 88589 3 0 0 25 0 1 0 26522522 18173952 4037 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4037 75 150 0 4284 0
Current children cumulated CPU time (s) 887.41
Current children cumulated vsize (KiB) 39972

[startup+902.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=892.26
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4052 0 0 0 89223 3 0 0 25 0 1 0 26522522 18173952 4038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4038 75 150 0 4284 0
Current children cumulated CPU time (s) 893.75
Current children cumulated vsize (KiB) 39972

[startup+905.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=895.42
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4052 0 0 0 89539 3 0 0 25 0 1 0 26522522 18173952 4038 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4038 75 150 0 4284 0
Current children cumulated CPU time (s) 896.91
Current children cumulated vsize (KiB) 39972

[startup+908.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=898.6
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4052 0 0 0 89857 3 0 0 25 0 1 0 26522522 18173952 4038 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4038 75 150 0 4284 0
Current children cumulated CPU time (s) 900.09
Current children cumulated vsize (KiB) 39972

[startup+910.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=900.18
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4052 0 0 0 90015 3 0 0 25 0 1 0 26522522 18173952 4038 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4038 75 150 0 4284 0
Current children cumulated CPU time (s) 901.67
Current children cumulated vsize (KiB) 39972

[startup+910.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=1.49
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1376 11943 0 2 6 1 133 9 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
[pid=31554] ppid=31531 vsize=5356 CPUtime=0
/proc/31554/stat : 31554 (sh) S 31531 31531 31494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26522522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31554/statm: 1339 232 193 169 0 50 0
[pid=31555] ppid=31554 vsize=17748 CPUtime=900.58
/proc/31555/stat : 31555 (minisat) R 31554 31531 31494 0 -1 4194304 4052 0 0 0 90055 3 0 0 25 0 1 0 26522522 18173952 4038 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/31555/statm: 4437 4038 75 150 0 4284 0
Current children cumulated CPU time (s) 902.07
Current children cumulated vsize (KiB) 39972

[startup+911.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=902.47
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1430 16290 0 2 6 1 90227 13 17 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 902.47
Current children cumulated vsize (KiB) 16868

[startup+911.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 31558
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=31531] ppid=31529 vsize=16868 CPUtime=902.47
/proc/31531/stat : 31531 (sugar) S 31529 31531 31494 0 -1 4194304 1450 16290 0 2 6 1 90227 13 16 0 1 0 26522360 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31531/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 902.47
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 911.264
CPU time (s): 902.62
CPU user time (s): 902.435
CPU system time (s): 0.184971
CPU usage (%): 99.0514
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 902.435
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21575
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= 1646
involuntary context switches= 20904

runsolver used 1.34479 second user time and 2.80757 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 12:29:48
IDJOB=2091443
IDBENCH=60060
IDSOLVER=739
FILE ID=node50/2091443-1247394587
PBS_JOBID= 9507395
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-32_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-2091443-1247394587/watcher-2091443-1247394587 -o /tmp/evaluation-result-2091443-1247394587/solver-2091443-1247394587 -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-2091443-1247394587.xml

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

MD5SUM BENCH= 7964db93b3e7abf8319628217a45ce71
RANDOM SEED=570666009

node50.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.231
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.231
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:       1811272 kB
Buffers:         36004 kB
Cached:         125496 kB
SwapCached:          0 kB
Active:         114012 kB
Inactive:        76500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          39756 kB
Slab:            39544 kB
Committed_AS:   274684 kB
PageTables:       1844 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= 66424 MiB
End job on node50 at 2009-07-12 12:44:59