Trace number 2078617

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 1392.05 1396.44

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-48_ext.xml
MD5SUMc9572e5d84204b6b8183d5a18c16a5d4
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 benchmark10.5114
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sun Jul 12 04:54:23 2009
0.02/0.07	c 0	PID 21057
0.02/0.07	c 0	HOST node12.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2078617-1247367263.xml TO HOME/temp.csp
0.02/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-2078617-1247367263.xml' 'HOME/temp.csp'
0.06/0.65	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.77	c 1	Parsing HOME/temp.csp
1.69/1.72	c 2	parsed 137 expressions
1.69/1.73	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.73	c 2	Converting to clausal form CSP
1.69/1.75	c 2	converted 14 (10%) expressions
1.69/1.76	c 2	converted 28 (20%) expressions
1.69/1.77	c 2	converted 42 (30%) expressions
1.89/1.92	c 2	converted 55 (40%) expressions
1.89/1.92	c 2	converted 69 (50%) expressions
1.89/1.97	c 2	converted 83 (60%) expressions
1.99/2.06	c 2	converted 96 (70%) expressions
2.09/2.16	c 2	converted 110 (80%) expressions
2.20/2.26	c 2	converted 124 (90%) expressions
2.49/2.53	c 2	converted 137 (100%) expressions
2.49/2.53	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.53	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.53	c 2	Propagation in CSP
2.49/2.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.53	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.53	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.54	c 2	Simplifing CSP by introducing new Boolean variables
2.49/2.54	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.49/2.54	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.58/2.65	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.58/2.65	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.58/2.65	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.58/2.66	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.58/2.66	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.58/2.66	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.58/2.66	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.58/2.66	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.58/2.66	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.58/2.66	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.78/2.86	c 3	6 (10%) CSP clauses are encoded (10546 clauses, 229837 bytes)
2.88/2.99	c 3	12 (20%) CSP clauses are encoded (21338 clauses, 485560 bytes)
3.09/3.11	c 3	18 (30%) CSP clauses are encoded (32214 clauses, 745300 bytes)
3.19/3.24	c 3	24 (40%) CSP clauses are encoded (42905 clauses, 994053 bytes)
3.29/3.34	c 3	29 (50%) CSP clauses are encoded (51907 clauses, 1218017 bytes)
3.38/3.46	c 3	35 (60%) CSP clauses are encoded (62099 clauses, 1470048 bytes)
3.48/3.58	c 3	41 (70%) CSP clauses are encoded (73007 clauses, 1752270 bytes)
3.68/3.71	c 4	47 (80%) CSP clauses are encoded (83863 clauses, 2042438 bytes)
3.78/3.84	c 4	53 (90%) CSP clauses are encoded (94648 clauses, 2331183 bytes)
3.87/3.94	c 4	58 (100%) CSP clauses are encoded (103635 clauses, 2571617 bytes)
3.87/3.94	c 4	58 CSP clauses encoded
3.87/3.94	c 4	Writing map file : HOME/temp.map
3.87/3.94	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.87/3.94	c 4	SAT : 380 SAT variables, 103635 SAT clauses, 2571617 bytes
3.87/3.94	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.92/4.00	c 4	SOLVING HOME/temp.cnf
3.92/4.00	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.92/4.01	c 4	This is MiniSat 2.0 beta
3.92/4.01	c 4	WARNING: for repeatability, setting FPU to use double precision
3.92/4.01	c 4	============================[ Problem Statistics ]=============================
3.92/4.01	c 4	|                                                                             |
3.92/4.01	c 4	|  Number of variables:  380                                                  |
3.92/4.01	c 4	|  Number of clauses:    103635                                               |
3.92/4.07	c 4	|  Parsing time:         0.05         s                                       |
3.92/4.08	c 4	============================[ Search Statistics ]==============================
3.92/4.08	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.92/4.08	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.92/4.08	c 4	===============================================================================
3.92/4.08	c 4	|         0 |     380   103635   568067 |    34545        0    nan |  0.000 % |
3.94/4.13	c 4	|       101 |     380   103635   568067 |    37999      101     10 |  0.001 % |
3.94/4.21	c 4	|       251 |     380   103635   568067 |    41799      251     11 |  0.013 % |
3.94/4.30	c 4	|       478 |     380   103635   568067 |    45979      478     12 |  0.008 % |
4.22/4.37	c 4	|       817 |     380   103635   568067 |    50577      817     11 |  0.013 % |
4.42/4.51	c 4	|      1323 |     380   103635   568067 |    55635     1323     11 |  0.013 % |
4.71/4.84	c 5	|      2083 |     380   103635   568067 |    61198     2083     12 |  0.013 % |
5.11/5.27	c 5	|      3223 |     380   103635   568067 |    67318     3223     12 |  0.013 % |
5.81/5.97	c 6	|      4933 |     380   103635   568067 |    74050     4933     12 |  0.013 % |
6.81/6.93	c 7	|      7499 |     380   103635   568067 |    81455     7499     13 |  0.008 % |
8.40/8.59	c 8	|     11343 |     380   103635   568067 |    89600    11343     13 |  0.012 % |
11.27/11.41	c 11	|     17112 |     380   103635   568067 |    98560    17112     14 |  0.013 % |
15.86/16.02	c 16	|     25761 |     380   103635   568067 |   108417    25761     14 |  0.015 % |
23.92/24.13	c 24	|     38735 |     380   103635   568067 |   119258    38735     14 |  0.015 % |
36.44/36.75	c 37	|     58197 |     380   103635   568067 |   131184    58197     15 |  0.012 % |
60.32/60.75	c 61	|     87389 |     380   103635   568067 |   144303    87389     16 |  0.001 % |
104.89/105.56	c 105	|    131178 |     380   103635   568067 |   158733   131178     16 |  0.001 % |
158.93/159.82	c 160	|    196868 |     380   103635   568067 |   174606    53830     19 |  0.008 % |
259.72/261.12	c 261	|    295394 |     380   103635   568067 |   192067   152356     18 |  0.010 % |
423.42/425.35	c 425	|    443183 |     379   103030   565254 |   211274   101957     18 |  0.265 % |
701.40/705.59	c 705	|    664866 |     379   103030   565254 |   232401   128593     18 |  0.274 % |
1138.72/1143.09	c 1143	|    997392 |     379   103030   565254 |   255641    38623     17 |  0.270 % |
1391.82/1396.26	c 1396	===============================================================================
1391.82/1396.26	c 1396	restarts              : 22
1391.82/1396.26	c 1396	conflicts             : 1210425        (872 /sec)
1391.82/1396.26	c 1396	decisions             : 1491822        (1.50 % random) (1075 /sec)
1391.82/1396.26	c 1396	propagations          : 54196341       (39053 /sec)
1391.82/1396.26	c 1396	conflict literals     : 21555739       (29.10 % deleted)
1391.82/1396.26	c 1396	Memory used           : 38.69 MB
1391.82/1396.26	c 1396	CPU time              : 1387.76 s
1391.82/1396.26	c 1396	
1391.82/1396.26	c 1396	SATISFIABLE
1391.82/1396.27	c 1396	DECODING HOME/temp.out WITH HOME/temp.map
1391.82/1396.27	c 1396	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'
1391.91/1396.35	c 1396	Decoding HOME/temp.out
1391.91/1396.37	s SATISFIABLE
1391.91/1396.37	v 8 16 11 4 17 11 2 0 7 14 3 3 0 4 2 12 9 4 6 2
1391.91/1396.39	c 1396	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1391.91/1396.44	c 1396	CPU 1392.03 (0.06 0.01 1391.57 0.39)
1391.91/1396.44	c 1396	END Sun Jul 12 05:17:39 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-2078617-1247367263/watcher-2078617-1247367263 -o /tmp/evaluation-result-2078617-1247367263/solver-2078617-1247367263 -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-2078617-1247367263.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 2.01 2.09 3/70 21057
/proc/meminfo: memFree=1339920/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=12272 CPUtime=0
/proc/21057/stat : 21057 (sugar) R 21055 21057 17442 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23793307 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 0 0 0
/proc/21057/statm: 3068 327 246 3 0 168 0

[startup+0.0399581 s]
/proc/loadavg: 1.94 2.01 2.09 3/70 21057
/proc/meminfo: memFree=1339920/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=13468 CPUtime=0.02
/proc/21057/stat : 21057 (sugar) R 21055 21057 17442 0 -1 4194304 758 0 0 0 2 0 0 0 18 0 1 0 23793307 13791232 726 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 0 0 0
/proc/21057/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101969 s]
/proc/loadavg: 1.94 2.01 2.09 3/70 21057
/proc/meminfo: memFree=1339920/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=0.06
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23793307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301989 s]
/proc/loadavg: 1.94 2.01 2.09 3/70 21057
/proc/meminfo: memFree=1339920/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=0.06
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23793307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701029 s]
/proc/loadavg: 1.94 2.01 2.09 3/70 21057
/proc/meminfo: memFree=1339920/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=0.06
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23793307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 1.94 2.01 2.09 2/78 21096
/proc/meminfo: memFree=1329360/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=0.68
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1309 7002 0 1 6 1 56 5 15 0 1 0 23793307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1111 409 3 0 796 0
[pid=21087] ppid=21057 vsize=5356 CPUtime=0
/proc/21087/stat : 21087 (sh) S 21057 21057 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23793377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21087/statm: 1339 233 193 169 0 50 0
[pid=21088] ppid=21087 vsize=863220 CPUtime=0.81
/proc/21088/stat : 21088 (java) S 21087 21057 17442 0 -1 0 7471 0 1 0 78 3 0 0 18 0 9 0 23793378 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21088/statm: 215805 6745 2158 9 0 210718 0
[pid=21088/tid=21089] ppid=21087 vsize=863220 CPUtime=0.48
/proc/21088/task/21089/stat : 21089 (java) R 21087 21057 17442 0 -1 64 2109 0 1 0 48 0 0 0 16 0 9 0 23793379 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4126423059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21088/tid=21090] ppid=21087 vsize=863220 CPUtime=0.27
/proc/21088/task/21090/stat : 21090 (java) S 21087 21057 17442 0 -1 64 4338 0 0 0 26 1 0 0 17 0 9 0 23793380 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21088/tid=21091] ppid=21087 vsize=863220 CPUtime=0
/proc/21088/task/21091/stat : 21091 (java) S 21087 21057 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23793380 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21088/tid=21092] ppid=21087 vsize=863220 CPUtime=0
/proc/21088/task/21092/stat : 21092 (java) S 21087 21057 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23793380 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21088/tid=21093] ppid=21087 vsize=863220 CPUtime=0
/proc/21088/task/21093/stat : 21093 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23793382 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21094] ppid=21087 vsize=863220 CPUtime=0.03
/proc/21088/task/21094/stat : 21094 (java) S 21087 21057 17442 0 -1 64 320 0 0 0 3 0 0 0 16 0 9 0 23793382 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21088/tid=21095] ppid=21087 vsize=863220 CPUtime=0
/proc/21088/task/21095/stat : 21095 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23793382 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21096] ppid=21087 vsize=863220 CPUtime=0
/proc/21088/task/21096/stat : 21096 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23793382 883937280 6745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 885444

[startup+3.10127 s]
/proc/loadavg: 1.94 2.01 2.09 3/84 21108
/proc/meminfo: memFree=1275744/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=0.68
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1310 7002 0 1 6 1 56 5 15 0 1 0 23793307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1111 409 3 0 796 0
[pid=21087] ppid=21057 vsize=5356 CPUtime=0
/proc/21087/stat : 21087 (sh) S 21057 21057 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23793377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21087/statm: 1339 233 193 169 0 50 0
[pid=21088] ppid=21087 vsize=865168 CPUtime=2.41
/proc/21088/stat : 21088 (java) S 21087 21057 17442 0 -1 0 14856 0 1 0 234 7 0 0 18 0 9 0 23793378 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21088/statm: 216292 14050 2590 9 0 210769 0
[pid=21088/tid=21089] ppid=21087 vsize=865168 CPUtime=1.38
/proc/21088/task/21089/stat : 21089 (java) R 21087 21057 17442 0 -1 64 3287 0 1 0 137 1 0 0 19 0 9 0 23793379 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 103211134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21090] ppid=21087 vsize=865168 CPUtime=0.93
/proc/21088/task/21090/stat : 21090 (java) S 21087 21057 17442 0 -1 64 10517 0 0 0 89 4 0 0 16 0 9 0 23793380 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21091] ppid=21087 vsize=865168 CPUtime=0
/proc/21088/task/21091/stat : 21091 (java) S 21087 21057 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23793380 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21092] ppid=21087 vsize=865168 CPUtime=0
/proc/21088/task/21092/stat : 21092 (java) S 21087 21057 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23793380 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21093] ppid=21087 vsize=865168 CPUtime=0
/proc/21088/task/21093/stat : 21093 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23793382 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21094] ppid=21087 vsize=865168 CPUtime=0.07
/proc/21088/task/21094/stat : 21094 (java) S 21087 21057 17442 0 -1 64 348 0 0 0 7 0 0 0 16 0 9 0 23793382 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21095] ppid=21087 vsize=865168 CPUtime=0
/proc/21088/task/21095/stat : 21095 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23793382 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21088/tid=21096] ppid=21087 vsize=865168 CPUtime=0
/proc/21088/task/21096/stat : 21096 (java) S 21087 21057 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23793382 885932032 14050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 887392

[startup+6.30159 s]
/proc/loadavg: 2.02 2.02 2.09 3/84 21121
/proc/meminfo: memFree=1265696/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 15 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=8444 CPUtime=2.27
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 2009 0 0 0 226 1 0 0 25 0 1 0 23793708 8646656 1995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 2111 1995 75 150 0 1958 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 30668

[startup+12.7012 s]
/proc/loadavg: 2.02 2.02 2.09 3/84 21121
/proc/meminfo: memFree=1262368/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=9860 CPUtime=8.63
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 2328 0 0 0 862 1 0 0 25 0 1 0 23793708 10096640 2314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 2465 2314 75 150 0 2312 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 32084

[startup+25.5025 s]
/proc/loadavg: 2.02 2.02 2.09 3/84 21121
/proc/meminfo: memFree=1279648/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=11968 CPUtime=21.38
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 2860 0 0 0 2136 2 0 0 25 0 1 0 23793708 12255232 2846 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 2992 2846 75 150 0 2839 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 34192

[startup+51.101 s]
/proc/loadavg: 2.01 2.02 2.09 3/84 21121
/proc/meminfo: memFree=1276448/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=15448 CPUtime=46.82
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 3720 0 0 0 4679 3 0 0 25 0 1 0 23793708 15818752 3706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 3862 3706 75 150 0 3709 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 37672

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 21121
/proc/meminfo: memFree=1269856/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=20572 CPUtime=97.77
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 5000 0 0 0 9773 4 0 0 25 0 1 0 23793708 21065728 4986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 5143 4986 75 150 0 4990 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 42796

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.08 3/84 21121
/proc/meminfo: memFree=1266336/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 21666
/proc/meminfo: memFree=1288096/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=38264 CPUtime=1174.06
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9184 0 0 0 117387 19 0 0 25 0 1 0 23793708 39182336 9170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9566 9170 75 150 0 9413 0
Current children cumulated CPU time (s) 1178
Current children cumulated vsize (KiB) 60488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 21666
/proc/meminfo: memFree=1287648/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=38700 CPUtime=1234.04
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9272 0 0 0 123385 19 0 0 25 0 1 0 23793708 39628800 9258 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9675 9258 75 150 0 9522 0
Current children cumulated CPU time (s) 1237.98
Current children cumulated vsize (KiB) 60924

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1287520/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=38700 CPUtime=1294.02
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9292 0 0 0 129383 19 0 0 25 0 1 0 23793708 39628800 9278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9675 9278 75 150 0 9522 0
Current children cumulated CPU time (s) 1297.96
Current children cumulated vsize (KiB) 60924

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1287392/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=38852 CPUtime=1353.99
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9333 0 0 0 135380 19 0 0 25 0 1 0 23793708 39784448 9319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9713 9319 75 150 0 9560 0
Current children cumulated CPU time (s) 1357.93
Current children cumulated vsize (KiB) 61076

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

[startup+1382.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286944/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39456 CPUtime=1373.99
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9446 0 0 0 137380 19 0 0 25 0 1 0 23793708 40402944 9432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9864 9432 75 150 0 9711 0
Current children cumulated CPU time (s) 1377.93
Current children cumulated vsize (KiB) 61680

[startup+1388.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286816/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39456 CPUtime=1380.38
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9468 0 0 0 138019 19 0 0 25 0 1 0 23793708 40402944 9454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9864 9454 75 150 0 9711 0
Current children cumulated CPU time (s) 1384.32
Current children cumulated vsize (KiB) 61680

[startup+1391.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39456 CPUtime=1383.58
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9477 0 0 0 138339 19 0 0 25 0 1 0 23793708 40402944 9463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9864 9463 75 150 0 9711 0
Current children cumulated CPU time (s) 1387.52
Current children cumulated vsize (KiB) 61680

[startup+1393.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39612 CPUtime=1385.18
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9485 0 0 0 138499 19 0 0 25 0 1 0 23793708 40562688 9471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9903 9471 75 150 0 9750 0
Current children cumulated CPU time (s) 1389.12
Current children cumulated vsize (KiB) 61836

[startup+1395.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39612 CPUtime=1386.78
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9485 0 0 0 138659 19 0 0 25 0 1 0 23793708 40562688 9471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9903 9471 75 150 0 9750 0
Current children cumulated CPU time (s) 1390.72
Current children cumulated vsize (KiB) 61836

[startup+1395.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=3.94
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1374 22194 0 2 6 1 372 15 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
[pid=21120] ppid=21057 vsize=5356 CPUtime=0
/proc/21120/stat : 21120 (sh) S 21057 21057 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23793708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21120/statm: 1339 232 193 169 0 50 0
[pid=21121] ppid=21120 vsize=39612 CPUtime=1387.58
/proc/21121/stat : 21121 (minisat) R 21120 21057 17442 0 -1 4194304 9486 0 0 0 138739 19 0 0 25 0 1 0 23793708 40562688 9472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21121/statm: 9903 9472 75 150 0 9750 0
Current children cumulated CPU time (s) 1391.52
Current children cumulated vsize (KiB) 61836

[startup+1396.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=1391.91
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1427 31975 0 2 6 1 139148 36 16 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1391.91
Current children cumulated vsize (KiB) 16868

[startup+1396.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21666
/proc/meminfo: memFree=1286752/2055920 swapFree=4192956/4192956
[pid=21057] ppid=21055 vsize=16868 CPUtime=1391.91
/proc/21057/stat : 21057 (sugar) S 21055 21057 17442 0 -1 4194304 1447 31975 0 2 6 1 139148 36 15 0 1 0 23793307 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21057/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1391.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1396.44
CPU time (s): 1392.05
CPU user time (s): 1391.64
CPU system time (s): 0.410937
CPU usage (%): 99.6854
Max. virtual memory (cumulated for all children) (KiB): 887392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1391.64
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37250
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= 1928
involuntary context switches= 12348

runsolver used 1.67075 second user time and 4.16737 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 04:54:23
IDJOB=2078617
IDBENCH=56790
IDSOLVER=739
FILE ID=node12/2078617-1247367263
PBS_JOBID= 9506997
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= c9572e5d84204b6b8183d5a18c16a5d4
RANDOM SEED=40821766

node12.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.240
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.240
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:       1340400 kB
Buffers:         80884 kB
Cached:         537644 kB
SwapCached:          0 kB
Active:         169384 kB
Inactive:       465988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          26780 kB
Slab:            65732 kB
Committed_AS:   158608 kB
PageTables:       1684 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= 66212 MiB
End job on node12 at 2009-07-12 05:17:39