Trace number 1088712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 453.034 455.102

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-13.xml
MD5SUM04705b32837a4b67cef23bd35ddd5cfa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.694894
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Sat Jul  5 14:10:03 2008
0.00/0.19	c 0	PID 10983
0.00/0.19	c 0	HOST node91.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1088712-1215259803.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088712-1215259803.xml' 'HOME/temp.csp'
1.02/1.20	c 1	1 domains, 352 variables, 1 predicates, 0 relations, 14612 constraints
1.02/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.04/1.31	c 1	Parsing HOME/temp.csp
1.04/1.62	c 1	parsed 10000 expressions
1.04/1.70	c 1	parsed 14966 expressions
1.04/1.70	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.71	c 1	Converting to clausal form CSP
1.04/1.96	c 2	converted 1497 (10%) expressions
1.04/2.00	c 2	converted 2994 (20%) expressions
1.04/2.04	c 2	converted 4490 (30%) expressions
1.04/2.08	c 2	converted 5987 (40%) expressions
1.88/2.18	c 2	converted 7483 (50%) expressions
1.98/2.22	c 2	converted 8980 (60%) expressions
1.98/2.26	c 2	converted 10477 (70%) expressions
1.98/2.29	c 2	converted 11973 (80%) expressions
2.08/2.33	c 2	converted 13470 (90%) expressions
2.17/2.45	c 2	converted 14966 (100%) expressions
2.17/2.45	c 2	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.17/2.45	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.45	c 2	Propagation in CSP
2.26/2.59	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.26/2.59	c 2	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.26/2.59	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.59	c 2	Simplifing CSP by introducing new Boolean variables
2.56/2.88	c 3	CSP : 352 integers, 29224 booleans, 43836 clauses, largest domain size 13
2.56/2.88	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.76/3.00	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.76/3.03	c 3	36 (10%) CSP integer variables are encoded (396 clauses, 4222 bytes)
2.76/3.03	c 3	71 (20%) CSP integer variables are encoded (781 clauses, 8457 bytes)
2.76/3.03	c 3	106 (30%) CSP integer variables are encoded (1166 clauses, 13193 bytes)
2.76/3.04	c 3	141 (40%) CSP integer variables are encoded (1551 clauses, 18198 bytes)
2.76/3.04	c 3	176 (50%) CSP integer variables are encoded (1936 clauses, 23203 bytes)
2.76/3.04	c 3	212 (60%) CSP integer variables are encoded (2332 clauses, 28351 bytes)
2.76/3.04	c 3	247 (70%) CSP integer variables are encoded (2717 clauses, 33356 bytes)
2.76/3.04	c 3	282 (80%) CSP integer variables are encoded (3102 clauses, 38361 bytes)
2.76/3.04	c 3	317 (90%) CSP integer variables are encoded (3487 clauses, 43366 bytes)
2.76/3.04	c 3	352 (100%) CSP integer variables are encoded (3872 clauses, 48371 bytes)
2.87/3.18	c 3	4384 (10%) CSP clauses are encoded (43332 clauses, 698161 bytes)
2.97/3.27	c 3	8768 (20%) CSP clauses are encoded (82792 clauses, 1363805 bytes)
3.06/3.37	c 3	13151 (30%) CSP clauses are encoded (122239 clauses, 2073107 bytes)
3.16/3.46	c 3	17535 (40%) CSP clauses are encoded (161687 clauses, 2783773 bytes)
3.26/3.56	c 3	21918 (50%) CSP clauses are encoded (201134 clauses, 3527305 bytes)
3.35/3.65	c 3	26302 (60%) CSP clauses are encoded (240594 clauses, 4275586 bytes)
3.45/3.74	c 4	30686 (70%) CSP clauses are encoded (280054 clauses, 5023867 bytes)
3.55/3.84	c 4	35069 (80%) CSP clauses are encoded (319501 clauses, 5771899 bytes)
3.65/3.94	c 4	39453 (90%) CSP clauses are encoded (358949 clauses, 6519945 bytes)
3.75/4.03	c 4	43836 (100%) CSP clauses are encoded (398396 clauses, 7267977 bytes)
3.75/4.03	c 4	43836 CSP clauses encoded
3.75/4.03	c 4	Writing map file : HOME/temp.map
3.75/4.05	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.75/4.05	c 4	SAT : 33448 SAT variables, 398396 SAT clauses, 7267977 bytes
3.75/4.05	c 4	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.75/4.08	c 4	SOLVING HOME/temp.cnf
3.75/4.08	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.75/4.08	c 4	This is MiniSat 2.0 beta
3.75/4.08	c 4	WARNING: for repeatability, setting FPU to use double precision
3.75/4.08	c 4	============================[ Problem Statistics ]=============================
3.75/4.08	c 4	|                                                                             |
3.75/4.08	c 4	|  Number of variables:  33448                                                |
3.75/4.08	c 4	|  Number of clauses:    398396                                               |
3.82/4.28	c 4	|  Parsing time:         0.17         s                                       |
3.82/4.29	c 4	============================[ Search Statistics ]==============================
3.82/4.29	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/4.29	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/4.29	c 4	===============================================================================
3.82/4.29	c 4	|         0 |   33448   398396  1118256 |   132798        0    nan |  0.000 % |
4.03/4.37	c 4	|       100 |   33448   398396  1118256 |   146078      100      9 |  0.000 % |
4.03/4.39	c 4	|       252 |   33448   398396  1118256 |   160686      252      9 |  0.000 % |
4.13/4.42	c 4	|       478 |   33448   398396  1118256 |   176755      478      8 |  0.000 % |
4.13/4.46	c 4	|       815 |   33448   398396  1118256 |   194430      815      7 |  0.000 % |
4.22/4.51	c 4	|      1322 |   33448   398396  1118256 |   213873     1322      8 |  0.000 % |
4.22/4.59	c 4	|      2082 |   33448   398396  1118256 |   235260     2082      8 |  0.000 % |
4.42/4.74	c 5	|      3222 |   33448   398396  1118256 |   258787     3222      8 |  0.000 % |
4.52/4.89	c 5	|      4931 |   33448   398396  1118256 |   284665     4931      8 |  0.000 % |
4.82/5.13	c 5	|      7493 |   33448   398396  1118256 |   313132     7493      9 |  0.000 % |
5.50/5.88	c 6	|     11337 |   33448   398396  1118256 |   344445    11337     10 |  0.000 % |
6.00/6.32	c 6	|     17103 |   33448   398396  1118256 |   378890    17103     11 |  0.000 % |
7.59/7.97	c 8	|     25752 |   33448   398396  1118256 |   416779    25752     12 |  0.000 % |
9.47/9.89	c 10	|     38727 |   33448   398396  1118256 |   458457    38727     12 |  0.000 % |
15.20/15.63	c 15	|     58191 |   33448   398396  1118256 |   504302    58191     12 |  0.000 % |
26.29/26.86	c 27	|     87384 |   33448   398396  1118256 |   554732    87384     12 |  0.000 % |
56.08/56.91	c 57	|    131174 |   33448   398396  1118256 |   610206   131174     12 |  0.000 % |
118.33/119.90	c 120	|    196859 |   33448   398396  1118256 |   671226   196859     12 |  0.000 % |
276.86/278.73	c 278	|    295385 |   33442   397604  1116017 |   738349   193329     12 |  0.018 % |
452.82/454.92	c 455	===============================================================================
452.82/454.92	c 455	restarts              : 19
452.82/454.92	c 455	conflicts             : 388910         (866 /sec)
452.82/454.92	c 455	decisions             : 458978         (1.99 % random) (1022 /sec)
452.82/454.92	c 455	propagations          : 18366536       (40912 /sec)
452.82/454.92	c 455	conflict literals     : 4544824        (8.80 % deleted)
452.82/454.92	c 455	Memory used           : 47.82 MB
452.82/454.92	c 455	CPU time              : 448.931 s
452.82/454.92	c 455	
452.82/454.92	c 455	UNSATISFIABLE
452.82/454.93	c 455	DECODING HOME/temp.out WITH HOME/temp.map
452.82/454.93	c 455	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
452.87/455.02	c 455	Decoding HOME/temp.out
452.87/455.07	s UNSATISFIABLE
452.87/455.07	c 455	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
452.87/455.10	c 455	CPU 452.65 (0.03 0.02 452.62 0.34)
452.87/455.10	c 455	END Sat Jul  5 14:17:38 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088712-1215259803/watcher-1088712-1215259803 -o /tmp/evaluation-result-1088712-1215259803/solver-1088712-1215259803 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1088712-1215259803.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 10983
/proc/meminfo: memFree=1460360/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=18572 CPUtime=0
/proc/10983/stat : 10983 (runsolver) D 10981 10983 8133 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2004947363 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/10983/statm: 4643 292 257 25 0 2626 0

[startup+0.0703411 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 10983
/proc/meminfo: memFree=1460360/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=12268 CPUtime=0
/proc/10983/stat : 10983 (sugar) D 10981 10983 8133 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2004947363 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/10983/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101343 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 10983
/proc/meminfo: memFree=1460360/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=12268 CPUtime=0
/proc/10983/stat : 10983 (sugar) D 10981 10983 8133 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2004947363 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/10983/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301377 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 10983
/proc/meminfo: memFree=1460360/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=0.03
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2004947363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701424 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 10983
/proc/meminfo: memFree=1460360/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=0.03
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2004947363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 1.92 1.98 1.99 3/104 10995
/proc/meminfo: memFree=1432496/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=1.04
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 973 10853 0 1 2 2 93 7 15 0 1 0 2004947363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.99 4/104 11005
/proc/meminfo: memFree=1438952/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=1.04
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 974 10853 0 1 2 2 93 7 15 0 1 0 2004947363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 797 370 3 0 500 0
[pid=10996] ppid=10983 vsize=5356 CPUtime=0
/proc/10996/stat : 10996 (sh) S 10983 10983 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004947487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10996/statm: 1339 233 193 169 0 50 0
[pid=10997] ppid=10996 vsize=868476 CPUtime=1.83
/proc/10997/stat : 10997 (java) S 10996 10983 8133 0 -1 0 12522 0 1 0 175 8 0 0 18 0 9 0 2004947487 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10997/statm: 217119 11440 2565 9 0 211666 0
[pid=10997/tid=10998] ppid=10996 vsize=868476 CPUtime=0.87
/proc/10997/task/10998/stat : 10998 (java) R 10996 10983 8133 0 -1 64 3049 0 1 0 85 2 0 0 18 0 9 0 2004947488 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=10999] ppid=10996 vsize=868476 CPUtime=0.69
/proc/10997/task/10999/stat : 10999 (java) S 10996 10983 8133 0 -1 64 7282 0 0 0 66 3 0 0 16 0 9 0 2004947489 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11000] ppid=10996 vsize=868476 CPUtime=0
/proc/10997/task/11000/stat : 11000 (java) S 10996 10983 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004947489 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11001] ppid=10996 vsize=868476 CPUtime=0
/proc/10997/task/11001/stat : 11001 (java) S 10996 10983 8133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2004947489 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11002] ppid=10996 vsize=868476 CPUtime=0
/proc/10997/task/11002/stat : 11002 (java) S 10996 10983 8133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004947491 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11003] ppid=10996 vsize=868476 CPUtime=0.24
/proc/10997/task/11003/stat : 11003 (java) S 10996 10983 8133 0 -1 64 1498 0 0 0 23 1 0 0 15 0 9 0 2004947491 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11004] ppid=10996 vsize=868476 CPUtime=0
/proc/10997/task/11004/stat : 11004 (java) S 10996 10983 8133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004947491 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10997/tid=11005] ppid=10996 vsize=868476 CPUtime=0
/proc/10997/task/11005/stat : 11005 (java) S 10996 10983 8133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004947491 889319424 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887432

[startup+6.30105 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 11007
/proc/meminfo: memFree=1429544/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 15 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=22416 CPUtime=2.18
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 5342 0 0 0 215 3 0 0 25 0 1 0 2004947771 22953984 5328 996147200 134512640 135127466 4294956256 18446744073709551615 134531016 0 0 4096 3 0 0 0 17 1 0 0
/proc/11007/statm: 5604 5328 76 150 0 5451 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 41372

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1426216/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=25232 CPUtime=8.51
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 6046 0 0 0 847 4 0 0 25 0 1 0 2004947771 25837568 6032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11007/statm: 6308 6032 76 150 0 6155 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 44188

[startup+25.5012 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1423032/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=28444 CPUtime=21.18
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 6834 0 0 0 2113 5 0 0 25 0 1 0 2004947771 29126656 6820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11007/statm: 7111 6820 76 150 0 6958 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 47400

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1419640/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=31920 CPUtime=46.5
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 7682 0 0 0 4645 5 0 0 25 0 1 0 2004947771 32686080 7668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11007/statm: 7980 7668 76 150 0 7827 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 50876

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1414520/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=37104 CPUtime=97.19
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 8934 0 0 0 9712 7 0 0 25 0 1 0 2004947771 37994496 8920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11007/statm: 9276 8920 76 150 0 9123 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 56060

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1386424/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=41548 CPUtime=156.69
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 9950 0 0 0 15661 8 0 0 25 0 1 0 2004947771 42545152 9936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 10387 9936 76 150 0 10234 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 60504

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1383672/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=44256 CPUtime=216.66
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 10650 0 0 0 21657 9 0 0 25 0 1 0 2004947771 45318144 10636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 11064 10636 76 150 0 10911 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 63212

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

/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=46856 CPUtime=276.64
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11258 0 0 0 27654 10 0 0 25 0 1 0 2004947771 47980544 11244 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 11714 11244 76 150 0 11561 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 65812

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1380536/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=47264 CPUtime=336.62
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11364 0 0 0 33652 10 0 0 25 0 1 0 2004947771 48398336 11350 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 11816 11350 76 150 0 11663 0
Current children cumulated CPU time (s) 340.44
Current children cumulated vsize (KiB) 66220

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355896/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48108 CPUtime=396.42
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11542 0 0 0 39632 10 0 0 25 0 1 0 2004947771 49262592 11528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12027 11528 76 150 0 11874 0
Current children cumulated CPU time (s) 400.24
Current children cumulated vsize (KiB) 67064

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355768/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48188 CPUtime=403.62
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11561 0 0 0 40352 10 0 0 25 0 1 0 2004947771 49344512 11547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12047 11547 76 150 0 11894 0
Current children cumulated CPU time (s) 407.44
Current children cumulated vsize (KiB) 67144

[startup+435.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355576/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48472 CPUtime=429.22
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11613 0 0 0 42912 10 0 0 25 0 1 0 2004947771 49635328 11599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12118 11599 76 150 0 11965 0
Current children cumulated CPU time (s) 433.04
Current children cumulated vsize (KiB) 67428

[startup+447.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355256/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48880 CPUtime=442.01
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11695 0 0 0 44191 10 0 0 25 0 1 0 2004947771 50053120 11681 996147200 134512640 135127466 4294956256 18446744073709551615 134532009 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12220 11681 76 150 0 12067 0
Current children cumulated CPU time (s) 445.83
Current children cumulated vsize (KiB) 67836

[startup+451.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355256/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48880 CPUtime=445.21
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11700 0 0 0 44511 10 0 0 25 0 1 0 2004947771 50053120 11686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12220 11686 76 150 0 12067 0
Current children cumulated CPU time (s) 449.03
Current children cumulated vsize (KiB) 67836

[startup+452.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355256/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48960 CPUtime=446.81
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11703 0 0 0 44671 10 0 0 25 0 1 0 2004947771 50135040 11689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12240 11689 76 150 0 12087 0
Current children cumulated CPU time (s) 450.63
Current children cumulated vsize (KiB) 67916

[startup+454.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355192/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48960 CPUtime=448.41
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11711 0 0 0 44831 10 0 0 25 0 1 0 2004947771 50135040 11697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12240 11697 76 150 0 12087 0
Current children cumulated CPU time (s) 452.23
Current children cumulated vsize (KiB) 67916

[startup+454.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355192/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48960 CPUtime=448.8
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11711 0 0 0 44870 10 0 0 25 0 1 0 2004947771 50135040 11697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12240 11697 76 150 0 12087 0
Current children cumulated CPU time (s) 452.62
Current children cumulated vsize (KiB) 67916

[startup+454.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355192/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=3.82
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1033 23789 0 2 2 2 358 20 16 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
[pid=11006] ppid=10983 vsize=5356 CPUtime=0
/proc/11006/stat : 11006 (sh) S 10983 10983 8133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004947771 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11006/statm: 1339 232 193 169 0 50 0
[pid=11007] ppid=11006 vsize=48960 CPUtime=449
/proc/11007/stat : 11007 (minisat) R 11006 10983 8133 0 -1 4194304 11711 0 0 0 44890 10 0 0 25 0 1 0 2004947771 50135040 11697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11007/statm: 12240 11697 76 150 0 12087 0
Current children cumulated CPU time (s) 452.82
Current children cumulated vsize (KiB) 67916

[startup+455.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 11007
/proc/meminfo: memFree=1355192/2055920 swapFree=4176360/4192956
[pid=10983] ppid=10981 vsize=13600 CPUtime=452.87
/proc/10983/stat : 10983 (sugar) S 10981 10983 8133 0 -1 4194304 1071 35794 0 2 2 2 45251 32 17 0 1 0 2004947363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10983/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 452.87
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 455.102
CPU time (s): 453.034
CPU user time (s): 452.658
CPU system time (s): 0.375942
CPU usage (%): 99.5456
Max. virtual memory (cumulated for all children) (KiB): 887572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.658
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40666
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= 3882
involuntary context switches= 13909

runsolver used 0.506922 second user time and 1.57576 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 14:10:03
IDJOB=1088712
IDBENCH=58097
IDSOLVER=346
FILE ID=node91/1088712-1215259803
PBS_JOBID= 7881938
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-13.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088712-1215259803/watcher-1088712-1215259803 -o /tmp/evaluation-result-1088712-1215259803/solver-1088712-1215259803 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1088712-1215259803.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 04705b32837a4b67cef23bd35ddd5cfa
RANDOM SEED=177835049

node91.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1460840 kB
Buffers:         15852 kB
Cached:         183760 kB
SwapCached:       7788 kB
Active:         430712 kB
Inactive:       119392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460840 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3040 kB
Writeback:           0 kB
Mapped:         361744 kB
Slab:            28944 kB
Committed_AS: 13152144 kB
PageTables:       2896 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= 66444 MiB
End job on node91 at 2008-07-05 14:17:38