Trace number 2079651

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 852.637 861.021

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-50_ext.xml
MD5SUM8336254c24c0548b5d89d0204644f101
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.1491
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 05:14:14 2009
0.05/0.07	c 0	PID 23915
0.05/0.07	c 0	HOST node91.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2079651-1247368453.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079651-1247368453.xml' 'HOME/temp.csp'
0.93/1.02	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.93/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.06	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.13	c 1	Parsing HOME/temp.csp
1.97/2.14	c 2	parsed 139 expressions
1.97/2.15	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.97/2.15	c 2	Converting to clausal form CSP
1.97/2.17	c 2	converted 14 (10%) expressions
1.97/2.19	c 2	converted 28 (20%) expressions
2.16/2.34	c 2	converted 42 (30%) expressions
2.16/2.34	c 2	converted 56 (40%) expressions
2.16/2.36	c 2	converted 70 (50%) expressions
2.27/2.41	c 2	converted 84 (60%) expressions
2.36/2.51	c 2	converted 98 (70%) expressions
2.46/2.61	c 2	converted 112 (80%) expressions
2.76/2.90	c 3	converted 126 (90%) expressions
2.86/3.04	c 3	converted 139 (100%) expressions
2.86/3.04	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.86/3.04	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.86/3.04	c 3	Propagation in CSP
2.86/3.04	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.86/3.04	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.86/3.04	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.86/3.04	c 3	Simplifing CSP by introducing new Boolean variables
2.86/3.04	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.86/3.04	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.96/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.96/3.18	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.96/3.18	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.96/3.18	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.96/3.19	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.96/3.19	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.96/3.19	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.96/3.19	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.96/3.19	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.96/3.19	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.96/3.19	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.16/3.39	c 3	6 (10%) CSP clauses are encoded (11116 clauses, 248979 bytes)
3.35/3.53	c 3	12 (20%) CSP clauses are encoded (21924 clauses, 504755 bytes)
3.44/3.66	c 3	18 (30%) CSP clauses are encoded (32715 clauses, 765624 bytes)
3.54/3.78	c 3	24 (40%) CSP clauses are encoded (42872 clauses, 1016478 bytes)
3.75/3.91	c 4	30 (50%) CSP clauses are encoded (53799 clauses, 1287658 bytes)
3.84/4.05	c 4	36 (60%) CSP clauses are encoded (64629 clauses, 1555910 bytes)
3.95/4.18	c 4	42 (70%) CSP clauses are encoded (75430 clauses, 1835378 bytes)
4.14/4.32	c 4	48 (80%) CSP clauses are encoded (86260 clauses, 2124460 bytes)
4.24/4.45	c 4	54 (90%) CSP clauses are encoded (97033 clauses, 2412798 bytes)
4.33/4.56	c 4	59 (100%) CSP clauses are encoded (106102 clauses, 2655392 bytes)
4.33/4.56	c 4	59 CSP clauses encoded
4.33/4.56	c 4	Writing map file : HOME/temp.map
4.33/4.56	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.33/4.56	c 4	SAT : 380 SAT variables, 106102 SAT clauses, 2655392 bytes
4.33/4.56	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.61	c 4	SOLVING HOME/temp.cnf
4.40/4.61	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.40/4.61	c 4	This is MiniSat 2.0 beta
4.40/4.61	c 4	WARNING: for repeatability, setting FPU to use double precision
4.40/4.61	c 4	============================[ Problem Statistics ]=============================
4.40/4.61	c 4	|                                                                             |
4.40/4.61	c 4	|  Number of variables:  380                                                  |
4.40/4.61	c 4	|  Number of clauses:    106102                                               |
4.40/4.69	c 4	|  Parsing time:         0.05         s                                       |
4.40/4.69	c 4	============================[ Search Statistics ]==============================
4.40/4.69	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.40/4.69	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.40/4.69	c 4	===============================================================================
4.40/4.69	c 4	|         0 |     380   106102   582122 |    35367        0    nan |  0.000 % |
4.42/4.76	c 4	|       100 |     380   106102   582122 |    38904      100      9 |  0.001 % |
4.42/4.80	c 4	|       251 |     380   106102   582122 |    42794      251     10 |  0.013 % |
4.42/4.88	c 5	|       477 |     380   106102   582122 |    47073      477     10 |  0.013 % |
4.42/5.02	c 5	|       816 |     380   106102   582122 |    51781      816     11 |  0.013 % |
4.42/5.18	c 5	|      1324 |     380   106102   582122 |    56959     1324     12 |  0.013 % |
5.19/5.40	c 5	|      2083 |     380   106102   582122 |    62655     2083     12 |  0.013 % |
5.68/5.90	c 6	|      3222 |     380   106102   582122 |    68920     3222     12 |  0.013 % |
6.48/6.77	c 6	|      4931 |     380   106102   582122 |    75813     4931     12 |  0.013 % |
7.76/8.08	c 8	|      7493 |     380   106102   582122 |    83394     7493     13 |  0.013 % |
9.94/10.25	c 10	|     11337 |     380   106102   582122 |    91733    11337     14 |  0.013 % |
13.50/13.80	c 13	|     17103 |     380   106102   582122 |   100907    17103     14 |  0.014 % |
18.95/19.40	c 19	|     25754 |     380   106102   582122 |   110997    25754     13 |  0.015 % |
29.15/29.62	c 29	|     38728 |     380   106102   582122 |   122097    38728     14 |  0.015 % |
45.20/45.81	c 45	|     58189 |     380   106102   582122 |   134307    58189     14 |  0.013 % |
66.99/67.89	c 68	|     87382 |     380   106102   582122 |   147738    87382     15 |  0.010 % |
116.02/117.35	c 117	|    131171 |     380   106102   582122 |   162511   131171     16 |  0.015 % |
191.00/193.05	c 193	|    196856 |     380   106102   582122 |   178763    51035     16 |  0.008 % |
295.80/298.90	c 299	|    295382 |     380   106102   582122 |   196639   149561     16 |  0.010 % |
471.28/476.04	c 476	|    443172 |     380   106102   582122 |   216303   118244     17 |  0.001 % |
805.39/813.33	c 813	|    664857 |     380   106102   582122 |   237933   139951     20 |  0.003 % |
852.43/860.84	c 861	===============================================================================
852.43/860.84	c 861	restarts              : 21
852.43/860.84	c 861	conflicts             : 689523         (813 /sec)
852.43/860.84	c 861	decisions             : 820215         (1.42 % random) (967 /sec)
852.43/860.84	c 861	propagations          : 33238368       (39200 /sec)
852.43/860.84	c 861	conflict literals     : 11906996       (29.51 % deleted)
852.43/860.84	c 861	Memory used           : 33.06 MB
852.43/860.84	c 861	CPU time              : 847.911 s
852.43/860.84	c 861	
852.43/860.84	c 861	SATISFIABLE
852.43/860.85	c 861	DECODING HOME/temp.out WITH HOME/temp.map
852.43/860.85	c 861	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'
852.50/860.93	c 861	Decoding HOME/temp.out
852.50/860.95	s SATISFIABLE
852.50/860.95	v 13 9 3 13 16 13 10 0 5 18 4 8 18 5 7 17 17 13 0 2
852.50/860.97	c 861	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
852.50/861.02	c 861	CPU 852.62 (0.06 0.01 852.19 0.36)
852.50/861.02	c 861	END Sun Jul 12 05:28:35 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079651-1247368453/watcher-2079651-1247368453 -o /tmp/evaluation-result-2079651-1247368453/solver-2079651-1247368453 -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-2079651-1247368453.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.03 2.06 2.09 4/83 23915
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=12272 CPUtime=0
/proc/23915/stat : 23915 (sugar) R 23913 23915 23801 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23909983 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 1 0 0
/proc/23915/statm: 3068 328 246 3 0 168 0

[startup+0.062902 s]
/proc/loadavg: 2.03 2.06 2.09 4/83 23915
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16476 CPUtime=0.05
/proc/23915/stat : 23915 (sugar) R 23913 23915 23801 0 -1 4194304 1031 0 0 0 4 1 0 0 18 0 1 0 23909983 16871424 999 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 1 0 0
/proc/23915/statm: 4119 1000 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.1019 s]
/proc/loadavg: 2.03 2.06 2.09 4/83 23915
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=0.06
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23909983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301923 s]
/proc/loadavg: 2.03 2.06 2.09 4/83 23915
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=0.06
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23909983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70197 s]
/proc/loadavg: 2.03 2.06 2.09 4/83 23915
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=0.06
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23909983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50106 s]
/proc/loadavg: 2.03 2.06 2.09 5/94 23927
/proc/meminfo: memFree=1534032/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=0.95
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1309 7045 0 1 5 1 84 5 16 0 1 0 23909983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10225 s]
/proc/loadavg: 2.03 2.06 2.09 3/94 23937
/proc/meminfo: memFree=1520272/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=0.95
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1310 7045 0 1 5 1 84 5 15 0 1 0 23909983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1111 409 3 0 796 0
[pid=23928] ppid=23915 vsize=5356 CPUtime=0
/proc/23928/stat : 23928 (sh) S 23915 23915 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23910089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23928/statm: 1339 233 193 169 0 50 0
[pid=23929] ppid=23928 vsize=864384 CPUtime=2.01
/proc/23929/stat : 23929 (java) S 23928 23915 23801 0 -1 0 14740 0 1 0 194 7 0 0 20 0 9 0 23910090 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23929/statm: 216096 13981 2566 9 0 210601 0
[pid=23929/tid=23930] ppid=23928 vsize=864384 CPUtime=1.02
/proc/23929/task/23930/stat : 23930 (java) R 23928 23915 23801 0 -1 64 3168 0 1 0 101 1 0 0 25 0 9 0 23910091 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23931] ppid=23928 vsize=864384 CPUtime=0.93
/proc/23929/task/23931/stat : 23931 (java) R 23928 23915 23801 0 -1 64 10560 0 0 0 88 5 0 0 17 0 9 0 23910092 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 104189905 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23932] ppid=23928 vsize=864384 CPUtime=0
/proc/23929/task/23932/stat : 23932 (java) S 23928 23915 23801 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23910092 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23933] ppid=23928 vsize=864384 CPUtime=0
/proc/23929/task/23933/stat : 23933 (java) S 23928 23915 23801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23910092 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23934] ppid=23928 vsize=864384 CPUtime=0
/proc/23929/task/23934/stat : 23934 (java) S 23928 23915 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23910094 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23935] ppid=23928 vsize=864384 CPUtime=0.04
/proc/23929/task/23935/stat : 23935 (java) S 23928 23915 23801 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 23910094 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23936] ppid=23928 vsize=864384 CPUtime=0
/proc/23929/task/23936/stat : 23936 (java) S 23928 23915 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23910094 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23929/tid=23937] ppid=23928 vsize=864384 CPUtime=0
/proc/23929/task/23937/stat : 23937 (java) S 23928 23915 23801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23910094 885129216 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 886608

[startup+6.3016 s]
/proc/loadavg: 2.03 2.05 2.09 3/86 23939
/proc/meminfo: memFree=1533768/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 15 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=8432 CPUtime=1.66
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 1993 0 0 0 164 2 0 0 25 0 1 0 23910445 8634368 1979 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 2108 1979 75 150 0 1955 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 30656

[startup+12.7013 s]
/proc/loadavg: 2.03 2.05 2.08 3/86 23939
/proc/meminfo: memFree=1532680/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=9504 CPUtime=7.99
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 2260 0 0 0 797 2 0 0 25 0 1 0 23910445 9732096 2246 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 2376 2246 75 150 0 2223 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 31728

[startup+25.5017 s]
/proc/loadavg: 2.02 2.05 2.08 3/86 23939
/proc/meminfo: memFree=1531144/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=11160 CPUtime=20.68
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 2655 0 0 0 2065 3 0 0 25 0 1 0 23910445 11427840 2641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 2790 2641 75 150 0 2637 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 33384

[startup+51.1016 s]
/proc/loadavg: 2.01 2.05 2.08 3/86 23939
/proc/meminfo: memFree=1528264/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=14156 CPUtime=46.02
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 3392 0 0 0 4598 4 0 0 25 0 1 0 23910445 14495744 3378 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 3539 3378 75 150 0 3386 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 36380

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 2.08 3/86 23939
/proc/meminfo: memFree=1513480/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=19280 CPUtime=96.74
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 4664 0 0 0 9668 6 0 0 25 0 1 0 23910445 19742720 4650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 4820 4650 75 150 0 4667 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 41504

[startup+162.302 s]
/proc/loadavg: 2.04 2.04 2.08 3/86 23939
/proc/meminfo: memFree=1508808/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.42
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 5 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=23652 CPUtime=156.16
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 5740 0 0 0 15608 8 0 0 25 0 1 0 23910445 24219648 5726 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 5913 5726 75 150 0 5760 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 45876

[startup+222.302 s]
/proc/loadavg: 2.01 2.03 2.07 3/86 23939
/proc/meminfo: memFree=1508680/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=23816 CPUtime=215.6
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 5767 0 0 0 21551 9 0 0 25 0 1 0 23910445 24387584 5753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 5954 5753 75 150 0 5801 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 46040


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


[startup+642.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/86 23939
/proc/meminfo: memFree=1408648/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=31368 CPUtime=631.58
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 7669 0 0 0 63145 13 0 0 25 0 1 0 23910445 32120832 7655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 7842 7655 75 150 0 7689 0
Current children cumulated CPU time (s) 636.01
Current children cumulated vsize (KiB) 53592

[startup+702.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/86 23939
/proc/meminfo: memFree=1405256/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=32832 CPUtime=691
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 7935 0 0 0 69087 13 0 0 25 0 1 0 23910445 33619968 7921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8208 7921 75 150 0 8055 0
Current children cumulated CPU time (s) 695.43
Current children cumulated vsize (KiB) 55056

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 2.04 3/86 23939
/proc/meminfo: memFree=1405128/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=32964 CPUtime=750.44
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 7966 0 0 0 75031 13 0 0 25 0 1 0 23910445 33755136 7952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8241 7952 75 150 0 8088 0
Current children cumulated CPU time (s) 754.87
Current children cumulated vsize (KiB) 55188

[startup+822.303 s]
/proc/loadavg: 2.00 2.01 2.04 3/86 23939
/proc/meminfo: memFree=1404680/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33496 CPUtime=809.87
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8073 0 0 0 80973 14 0 0 25 0 1 0 23910445 34299904 8059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8374 8059 75 150 0 8221 0
Current children cumulated CPU time (s) 814.3
Current children cumulated vsize (KiB) 55720

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.01 2.04 3/86 23939
/proc/meminfo: memFree=1404488/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33636 CPUtime=832.06
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8109 0 0 0 83192 14 0 0 25 0 1 0 23910445 34443264 8095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8409 8095 75 150 0 8256 0
Current children cumulated CPU time (s) 836.49
Current children cumulated vsize (KiB) 55860

[startup+851.102 s]
/proc/loadavg: 2.00 2.01 2.04 3/86 23939
/proc/meminfo: memFree=1404424/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33636 CPUtime=838.4
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8128 0 0 0 83826 14 0 0 25 0 1 0 23910445 34443264 8114 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8409 8114 75 150 0 8256 0
Current children cumulated CPU time (s) 842.83
Current children cumulated vsize (KiB) 55860

[startup+857.502 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33852 CPUtime=844.73
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8155 0 0 0 84459 14 0 0 25 0 1 0 23910445 34664448 8141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8463 8141 75 150 0 8310 0
Current children cumulated CPU time (s) 849.16
Current children cumulated vsize (KiB) 56076

[startup+859.108 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33852 CPUtime=846.32
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8156 0 0 0 84618 14 0 0 25 0 1 0 23910445 34664448 8142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8463 8142 75 150 0 8310 0
Current children cumulated CPU time (s) 850.75
Current children cumulated vsize (KiB) 56076

[startup+859.902 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33852 CPUtime=847.11
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8157 0 0 0 84697 14 0 0 25 0 1 0 23910445 34664448 8143 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8463 8143 75 150 0 8310 0
Current children cumulated CPU time (s) 851.54
Current children cumulated vsize (KiB) 56076

[startup+860.702 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=4.43
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1374 22256 0 2 6 1 419 17 16 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
[pid=23938] ppid=23915 vsize=5356 CPUtime=0
/proc/23938/stat : 23938 (sh) S 23915 23915 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23910445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23938/statm: 1339 232 193 169 0 50 0
[pid=23939] ppid=23938 vsize=33852 CPUtime=847.9
/proc/23939/stat : 23939 (minisat) R 23938 23915 23801 0 -1 4194304 8157 0 0 0 84776 14 0 0 25 0 1 0 23910445 34664448 8143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23939/statm: 8463 8143 75 150 0 8310 0
Current children cumulated CPU time (s) 852.33
Current children cumulated vsize (KiB) 56076

[startup+860.902 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=852.5
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1427 30708 0 2 6 1 85210 33 17 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 852.5
Current children cumulated vsize (KiB) 16868

[startup+861.002 s]
/proc/loadavg: 2.00 2.01 2.03 3/86 23939
/proc/meminfo: memFree=1404296/2055920 swapFree=4192812/4192956
[pid=23915] ppid=23913 vsize=16868 CPUtime=852.5
/proc/23915/stat : 23915 (sugar) S 23913 23915 23801 0 -1 4194304 1447 30708 0 2 6 1 85210 33 15 0 1 0 23909983 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23915/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 852.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 861.021
CPU time (s): 852.637
CPU user time (s): 852.256
CPU system time (s): 0.380942
CPU usage (%): 99.0263
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.256
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35984
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= 2543
involuntary context switches= 38670

runsolver used 1.04184 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 05:14:14
IDJOB=2079651
IDBENCH=56929
IDSOLVER=739
FILE ID=node91/2079651-1247368453
PBS_JOBID= 9507146
Free space on /tmp= 66204 MiB

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

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

MD5SUM BENCH= 8336254c24c0548b5d89d0204644f101
RANDOM SEED=344111248

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.241
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.241
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:       1554312 kB
Buffers:         33756 kB
Cached:         175140 kB
SwapCached:          0 kB
Active:         373768 kB
Inactive:        67628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         253740 kB
Slab:            44724 kB
Committed_AS:   412504 kB
PageTables:       2340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node91 at 2009-07-12 05:28:35