Trace number 2065406

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 871.491 873.349

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-10_ext.xml
MD5SUM8251395210f77b2e86753effd7694eb9
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 benchmark1.02084
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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 Sat Jul 11 20:51:09 2009
0.00/0.08	c 0	PID 19059
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065406-1247338268.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-2065406-1247338268.xml' 'HOME/temp.csp'
0.06/0.92	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.96	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	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.66/1.04	c 0	Parsing HOME/temp.csp
1.24/1.85	c 1	parsed 31 expressions
1.24/1.86	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.86	c 1	Converting to clausal form CSP
1.24/1.88	c 1	converted 4 (10%) expressions
1.24/1.88	c 1	converted 7 (20%) expressions
1.24/1.88	c 1	converted 10 (30%) expressions
1.24/1.88	c 1	converted 13 (40%) expressions
1.24/1.88	c 1	converted 16 (50%) expressions
1.24/1.88	c 1	converted 19 (60%) expressions
1.24/1.89	c 1	converted 22 (70%) expressions
1.34/1.91	c 1	converted 25 (80%) expressions
1.85/2.45	c 2	converted 28 (90%) expressions
2.54/3.10	c 3	converted 31 (100%) expressions
2.54/3.10	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.54/3.10	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.54/3.10	c 3	Propagation in CSP
2.54/3.10	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.54/3.10	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.54/3.10	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.54/3.11	c 3	Simplifing CSP by introducing new Boolean variables
2.54/3.11	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.54/3.11	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.75/3.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.75/3.35	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.75/3.35	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.75/3.35	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.75/3.35	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.75/3.35	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.75/3.35	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.75/3.36	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.75/3.36	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.75/3.36	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.75/3.36	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
148.86/149.51	c 149	1 (10%) CSP clauses are encoded (140866 clauses, 6560375 bytes)
313.28/314.05	c 313	2 (20%) CSP clauses are encoded (281848 clauses, 13137476 bytes)
466.32/467.17	c 467	3 (30%) CSP clauses are encoded (422901 clauses, 19714487 bytes)
631.46/632.35	c 632	4 (40%) CSP clauses are encoded (563930 clauses, 26719169 bytes)
780.70/781.68	c 781	5 (50%) CSP clauses are encoded (705060 clauses, 34229299 bytes)
780.70/781.68	c 781	5 CSP clauses encoded
780.70/781.68	c 781	Writing map file : HOME/temp.map
780.70/781.68	c 781	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
780.70/781.68	c 781	SAT : 180 SAT variables, 705060 SAT clauses, 34229299 bytes
780.70/781.68	c 781	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
780.79/781.75	c 781	SOLVING HOME/temp.cnf
780.79/781.75	c 781	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
780.79/781.75	c 781	This is MiniSat 2.0 beta
780.79/781.75	c 781	WARNING: for repeatability, setting FPU to use double precision
780.79/781.75	c 781	============================[ Problem Statistics ]=============================
780.79/781.75	c 781	|                                                                             |
780.79/781.75	c 781	|  Number of variables:  180                                                  |
780.79/781.75	c 781	|  Number of clauses:    705060                                               |
781.74/782.77	c 782	|  Parsing time:         0.91         s                                       |
781.85/782.83	c 782	============================[ Search Statistics ]==============================
781.85/782.83	c 782	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
781.85/782.83	c 782	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
781.85/782.83	c 782	===============================================================================
781.85/782.83	c 782	|         0 |     180   705060  8856171 |   235020        0    nan |  0.000 % |
782.05/783.00	c 782	|       100 |     180   705060  8856171 |   258522      100      8 |  0.003 % |
782.33/783.31	c 783	|       250 |     180   705060  8856171 |   284374      250     10 |  0.028 % |
782.44/783.43	c 783	|       477 |     180   705060  8856171 |   312811      477     10 |  0.028 % |
782.74/783.71	c 783	|       815 |     180   705060  8856171 |   344092      815      9 |  0.028 % |
784.03/785.06	c 785	|      1321 |     180   705060  8856171 |   378502     1321      9 |  0.028 % |
786.69/787.71	c 787	|      2080 |     180   705060  8856171 |   416352     2080      9 |  0.028 % |
789.37/790.44	c 790	|      3220 |     180   705060  8856171 |   457987     3220      9 |  0.025 % |
794.22/795.30	c 795	|      4929 |     180   705060  8856171 |   503786     4929      9 |  0.046 % |
800.56/801.70	c 801	|      7491 |     179   705060  8856171 |   554164     7490      9 |  0.559 % |
809.38/810.68	c 810	|     11335 |     178   705060  8856171 |   609581    11333     10 |  1.114 % |
821.06/822.45	c 822	|     17101 |     178   705060  8856171 |   670539    17099     10 |  1.139 % |
838.99/840.59	c 840	|     25750 |     177   705060  8856171 |   737593    25747     11 |  1.673 % |
868.81/870.65	c 870	|     38725 |     163   705060  8856171 |   811352    38720     11 |  9.448 % |
871.29/873.13	c 873	===============================================================================
871.29/873.13	c 873	restarts              : 14
871.29/873.13	c 873	conflicts             : 39662          (439 /sec)
871.29/873.13	c 873	decisions             : 46019          (1.89 % random) (509 /sec)
871.29/873.13	c 873	propagations          : 432751         (4787 /sec)
871.29/873.13	c 873	conflict literals     : 412915         (19.67 % deleted)
871.29/873.13	c 873	Memory used           : 70.60 MB
871.29/873.13	c 873	CPU time              : 90.3933 s
871.29/873.13	c 873	
871.29/873.13	c 873	UNSATISFIABLE
871.29/873.14	c 873	DECODING HOME/temp.out WITH HOME/temp.map
871.29/873.14	c 873	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'
871.34/873.24	c 873	Decoding HOME/temp.out
871.34/873.26	s UNSATISFIABLE
871.34/873.27	c 873	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
871.43/873.33	c 873	CPU 871.44 (0.05 0.02 870.68 0.69)
871.43/873.33	c 873	END Sat Jul 11 21:05:42 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-2065406-1247338268/watcher-2065406-1247338268 -o /tmp/evaluation-result-2065406-1247338268/solver-2065406-1247338268 -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-2065406-1247338268.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.15 2.40 2.20 4/83 19059
/proc/meminfo: memFree=1336720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=12268 CPUtime=0
/proc/19059/stat : 19059 (sugar) R 19057 19059 18019 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20890451 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19059/statm: 3067 316 241 3 0 167 0

[startup+0.084161 s]
/proc/loadavg: 2.15 2.40 2.20 4/83 19059
/proc/meminfo: memFree=1336720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16740 CPUtime=0.06
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20890451 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.111717 s]
/proc/loadavg: 2.15 2.40 2.20 4/83 19059
/proc/meminfo: memFree=1336720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.06
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30173 s]
/proc/loadavg: 2.15 2.40 2.20 4/83 19059
/proc/meminfo: memFree=1336720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.06
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701769 s]
/proc/loadavg: 2.15 2.40 2.20 4/83 19059
/proc/meminfo: memFree=1336720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.06
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.15 2.40 2.20 4/90 19077
/proc/meminfo: memFree=1304720/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.65
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1309 8039 0 1 5 1 54 5 16 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20890548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=862156 CPUtime=0.3
/proc/19073/stat : 19073 (java) S 19072 19059 18019 0 -1 0 3883 0 1 0 28 2 0 0 18 0 9 0 20890548 882847744 3356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19073/statm: 215539 3356 1275 9 0 210452 0
[pid=19073/tid=19074] ppid=19072 vsize=862156 CPUtime=0.23
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 2011 0 1 0 22 1 0 0 25 0 9 0 20890549 882847744 3356 996147200 134512640 134550932 4294955936 18446744073709551615 4126497676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=862156 CPUtime=0.02
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 876 0 0 0 2 0 0 0 16 0 9 0 20890551 882847744 3356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=862156 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 20890551 882847744 3356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=862156 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 20890551 882847744 3356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 884380

[startup+3.10298 s]
/proc/loadavg: 2.15 2.40 2.20 5/94 19081
/proc/meminfo: memFree=1255792/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.65
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1310 8039 0 1 5 1 54 5 16 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20890548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=864400 CPUtime=1.89
/proc/19073/stat : 19073 (java) S 19072 19059 18019 0 -1 0 18259 0 1 0 180 9 0 0 18 0 9 0 20890548 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19073/statm: 216100 17078 2566 9 0 210605 0
[pid=19073/tid=19074] ppid=19072 vsize=864400 CPUtime=0.79
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 3232 0 1 0 77 2 0 0 25 0 9 0 20890549 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 102523987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864400 CPUtime=1.04
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 14014 0 0 0 98 6 0 0 18 0 9 0 20890551 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864400 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20890551 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864400 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20890551 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864400 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20890553 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864400 CPUtime=0.04
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 18019 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 20890553 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864400 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20890553 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864400 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20890553 885145600 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 886624

[startup+6.30226 s]
/proc/loadavg: 2.30 2.43 2.21 4/94 19081
/proc/meminfo: memFree=1139376/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.66
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1310 8039 0 1 5 2 54 5 15 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20890548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=864512 CPUtime=5.09
/proc/19073/stat : 19073 (java) S 19072 19059 18019 0 -1 0 18544 0 1 0 498 11 0 0 18 0 9 0 20890548 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19073/statm: 216128 17143 2590 9 0 210605 0
[pid=19073/tid=19074] ppid=19072 vsize=864512 CPUtime=3.68
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 3308 0 1 0 365 3 0 0 25 0 9 0 20890549 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4126566832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864512 CPUtime=1.32
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 14203 0 0 0 125 7 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864512 CPUtime=0.06
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 18019 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 886736

[startup+12.7028 s]
/proc/loadavg: 2.28 2.42 2.21 3/94 19081
/proc/meminfo: memFree=1121648/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.66
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1310 8039 0 1 5 2 54 5 15 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20890548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=864512 CPUtime=11.45
/proc/19073/stat : 19073 (java) S 19072 19059 18019 0 -1 0 18545 0 1 0 1134 11 0 0 18 0 9 0 20890548 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19073/statm: 216128 17143 2590 9 0 210605 0
[pid=19073/tid=19074] ppid=19072 vsize=864512 CPUtime=10.04
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 3309 0 1 0 1001 3 0 0 25 0 9 0 20890549 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864512 CPUtime=1.32
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 14203 0 0 0 125 7 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864512 CPUtime=0.06
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 18019 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 886736

[startup+25.5019 s]
/proc/loadavg: 2.29 2.41 2.21 3/93 19130
/proc/meminfo: memFree=1776824/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=0.66
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1310 8039 0 1 5 2 54 5 15 0 1 0 20890451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19059/statm: 4217 1111 409 3 0 796 0
[pid=19072] ppid=19059 vsize=5356 CPUtime=0
/proc/19072/stat : 19072 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20890548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19072/statm: 1339 233 193 169 0 50 0
[pid=19073] ppid=19072 vsize=864512 CPUtime=24.24
/proc/19073/stat : 19073 (java) S 19072 19059 18019 0 -1 0 18560 0 1 0 2413 11 0 0 18 0 9 0 20890548 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19073/statm: 216128 17143 2590 9 0 210605 0
[pid=19073/tid=19074] ppid=19072 vsize=864512 CPUtime=22.77
/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 3324 0 1 0 2274 3 0 0 25 0 9 0 20890549 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4126563725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864512 CPUtime=1.38
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 14203 0 0 0 131 7 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864512 CPUtime=0.06
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 18019 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20890553 885260288 17143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.9

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

/proc/19073/task/19074/stat : 19074 (java) R 19072 19059 18019 0 -1 64 3770 0 1 0 75684 23 0 0 25 0 9 0 20890549 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19075] ppid=19072 vsize=864512 CPUtime=3.57
/proc/19073/task/19075/stat : 19075 (java) S 19072 19059 18019 0 -1 64 31052 0 0 0 340 17 0 0 16 0 9 0 20890551 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19076] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19076/stat : 19076 (java) S 19072 19059 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19077] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19077/stat : 19077 (java) S 19072 19059 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20890551 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19078] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19078/stat : 19078 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20890553 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19079] ppid=19072 vsize=864512 CPUtime=0.08
/proc/19073/task/19079/stat : 19079 (java) S 19072 19059 18019 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 20890553 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19080] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19080/stat : 19080 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20890553 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19073/tid=19081] ppid=19072 vsize=864512 CPUtime=0
/proc/19073/task/19081/stat : 19081 (java) S 19072 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20890553 885260288 25647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.41
Current children cumulated vsize (KiB) 886736

[startup+822.302 s]
/proc/loadavg: 2.00 2.04 2.08 3/85 19138
/proc/meminfo: memFree=1672504/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=69368 CPUtime=40.14
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 16411 0 0 0 4004 10 0 0 25 0 1 0 20968627 71032832 16397 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 17342 16397 75 150 0 17189 0
Current children cumulated CPU time (s) 820.96
Current children cumulated vsize (KiB) 91592

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

[startup+844.703 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1697656/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=70360 CPUtime=62.34
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 16660 0 0 0 6223 11 0 0 25 0 1 0 20968627 72048640 16646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 17590 16646 75 150 0 17437 0
Current children cumulated CPU time (s) 843.16
Current children cumulated vsize (KiB) 92584

[startup+857.501 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1695672/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=71240 CPUtime=75.02
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 16797 0 0 0 7491 11 0 0 25 0 1 0 20968627 72949760 16783 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 17810 16783 75 150 0 17657 0
Current children cumulated CPU time (s) 855.84
Current children cumulated vsize (KiB) 93464

[startup+863.902 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1695352/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=71532 CPUtime=81.35
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 16857 0 0 0 8124 11 0 0 25 0 1 0 20968627 73248768 16843 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 17883 16843 75 150 0 17730 0
Current children cumulated CPU time (s) 862.17
Current children cumulated vsize (KiB) 93756

[startup+870.302 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1694328/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=72292 CPUtime=87.69
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 17033 0 0 0 8758 11 0 0 25 0 1 0 20968627 74027008 17019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 18073 17019 75 150 0 17920 0
Current children cumulated CPU time (s) 868.51
Current children cumulated vsize (KiB) 94516

[startup+871.901 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1694136/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=72292 CPUtime=89.28
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 17043 0 0 0 8917 11 0 0 25 0 1 0 20968627 74027008 17029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 18073 17029 75 150 0 17920 0
Current children cumulated CPU time (s) 870.1
Current children cumulated vsize (KiB) 94516

[startup+872.701 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1693944/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=72292 CPUtime=90.07
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 17046 0 0 0 8996 11 0 0 25 0 1 0 20968627 74027008 17032 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 18073 17032 75 150 0 17920 0
Current children cumulated CPU time (s) 870.89
Current children cumulated vsize (KiB) 94516

[startup+873.101 s]
/proc/loadavg: 2.00 2.03 2.08 3/77 19140
/proc/meminfo: memFree=1693944/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=780.82
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1374 44261 0 2 5 2 78021 54 16 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19137] ppid=19059 vsize=5356 CPUtime=0
/proc/19137/stat : 19137 (sh) S 19059 19059 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20968626 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19137/statm: 1339 232 193 169 0 50 0
[pid=19138] ppid=19137 vsize=72292 CPUtime=90.47
/proc/19138/stat : 19138 (minisat) R 19137 19059 18019 0 -1 4194304 17048 0 0 0 9036 11 0 0 25 0 1 0 20968627 74027008 17034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19138/statm: 18073 17034 75 150 0 17920 0
Current children cumulated CPU time (s) 871.29
Current children cumulated vsize (KiB) 94516

[startup+873.301 s]
/proc/loadavg: 2.00 2.03 2.08 2/85 19150
/proc/meminfo: memFree=1756728/2055920 swapFree=4192812/4192956
[pid=19059] ppid=19057 vsize=16868 CPUtime=871.34
/proc/19059/stat : 19059 (sugar) S 19057 19059 18019 0 -1 4194304 1446 61603 0 2 5 2 87060 67 15 0 1 0 20890451 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19059/statm: 4217 1112 409 3 0 796 0
[pid=19141] ppid=19059 vsize=5356 CPUtime=0
/proc/19141/stat : 19141 (sh) S 19059 19059 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20977766 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19141/statm: 1339 233 193 169 0 50 0
[pid=19142] ppid=19141 vsize=863848 CPUtime=0.09
/proc/19142/stat : 19142 (java) S 19141 19059 18019 0 -1 0 3375 0 1 0 7 2 0 0 18 0 9 0 20977766 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19142/statm: 215962 2841 1689 9 0 210467 0
[pid=19142/tid=19143] ppid=19141 vsize=863848 CPUtime=0.07
/proc/19142/task/19143/stat : 19143 (java) S 19141 19059 18019 0 -1 64 2462 0 1 0 6 1 0 0 18 0 9 0 20977768 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19144] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19144/stat : 19144 (java) S 19141 19059 18019 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 20977769 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19145] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19145/stat : 19145 (java) S 19141 19059 18019 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20977769 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19146] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19146/stat : 19146 (java) S 19141 19059 18019 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20977769 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19147] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19147/stat : 19147 (java) S 19141 19059 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20977772 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19148] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19148/stat : 19148 (java) S 19141 19059 18019 0 -1 64 218 0 0 0 0 0 0 0 18 0 9 0 20977772 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19149] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19149/stat : 19149 (java) S 19141 19059 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20977772 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19142/tid=19150] ppid=19141 vsize=863848 CPUtime=0
/proc/19142/task/19150/stat : 19150 (java) S 19141 19059 18019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20977772 884580352 2841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 871.43
Current children cumulated vsize (KiB) 886072

Child status: 0
Real time (s): 873.349
CPU time (s): 871.491
CPU user time (s): 870.749
CPU system time (s): 0.742887
CPU usage (%): 99.7873
Max. virtual memory (cumulated for all children) (KiB): 892872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.749
system time used= 0.742887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66803
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= 22276
involuntary context switches= 28024

runsolver used 1.00685 second user time and 3.03054 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 20:51:08
IDJOB=2065406
IDBENCH=54357
IDSOLVER=739
FILE ID=node50/2065406-1247338268
PBS_JOBID= 9506677
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-10_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-2065406-1247338268/watcher-2065406-1247338268 -o /tmp/evaluation-result-2065406-1247338268/solver-2065406-1247338268 -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-2065406-1247338268.xml

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

MD5SUM BENCH= 8251395210f77b2e86753effd7694eb9
RANDOM SEED=1655141677

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:       1337200 kB
Buffers:         12436 kB
Cached:          74264 kB
SwapCached:          0 kB
Active:         635444 kB
Inactive:        33396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4936 kB
Writeback:           0 kB
Mapped:         597756 kB
Slab:            34088 kB
Committed_AS:   870728 kB
PageTables:       2956 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= 66392 MiB
End job on node50 at 2009-07-11 21:05:42