Trace number 2072897

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1725.03 1730.47

General information on the benchmark

Namecsp/pseudoGLB/
normalized-cache-inv14-ucl.xml
MD5SUM06c3dd4a51ccbf74c43a283db8d47698
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1725.03
Satisfiable
(Un)Satisfiability was proved
Number of variables62704
Number of constraints187107
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(187107)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:05:33 2009
0.00/0.08	c 0	PID 16722
0.07/0.08	c 0	HOST node24.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2072897-1247357130.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072897-1247357130.xml' 'HOME/temp.csp'
14.61/14.89	c 14	1 domains, 62704 variables, 0 predicates, 0 relations, 187107 constraints
14.70/14.96	c 14	ENCODING HOME/temp.csp TO HOME/temp.cnf
14.70/14.96	c 14	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'
14.76/15.03	c 15	Parsing HOME/temp.csp
14.76/15.17	c 15	parsed 10000 expressions
14.76/15.27	c 15	parsed 20000 expressions
15.09/15.39	c 15	parsed 30000 expressions
15.19/15.46	c 15	parsed 40000 expressions
15.38/15.61	c 15	parsed 50000 expressions
15.38/15.69	c 15	parsed 60000 expressions
15.57/15.86	c 15	parsed 70000 expressions
15.97/16.22	c 16	parsed 80000 expressions
16.17/16.45	c 16	parsed 90000 expressions
16.37/16.68	c 16	parsed 100000 expressions
16.86/17.16	c 17	parsed 110000 expressions
17.06/17.38	c 17	parsed 120000 expressions
17.26/17.60	c 17	parsed 130000 expressions
17.55/17.85	c 17	parsed 140000 expressions
18.05/18.40	c 18	parsed 150000 expressions
18.35/18.69	c 18	parsed 160000 expressions
18.63/18.96	c 18	parsed 170000 expressions
18.84/19.17	c 19	parsed 180000 expressions
19.14/19.44	c 19	parsed 190000 expressions
19.44/19.74	c 19	parsed 200000 expressions
19.72/20.00	c 20	parsed 210000 expressions
20.73/21.06	c 21	parsed 220000 expressions
21.12/21.48	c 21	parsed 230000 expressions
21.42/21.77	c 21	parsed 240000 expressions
21.72/22.07	c 22	parsed 249812 expressions
21.72/22.08	c 22	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.72/22.08	c 22	Converting to clausal form CSP
21.91/22.25	c 22	converted 24982 (10%) expressions
21.91/22.28	c 22	converted 49963 (20%) expressions
22.61/22.93	c 22	converted 74944 (30%) expressions
23.39/23.79	c 23	converted 99925 (40%) expressions
24.29/24.64	c 24	converted 124906 (50%) expressions
25.17/25.51	c 25	converted 149888 (60%) expressions
27.27/27.70	c 27	converted 174869 (70%) expressions
28.27/28.64	c 28	converted 199850 (80%) expressions
29.35/29.72	c 29	converted 224831 (90%) expressions
30.44/30.83	c 30	converted 249812 (100%) expressions
30.44/30.84	c 30	CSP : 62704 integers, 0 booleans, 187105 clauses, largest domain size 2
30.44/30.84	c 30	Heap : 210 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.44/30.84	c 30	Propagation in CSP
32.32/32.79	c 32	62 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.32/32.79	c 32	CSP : 62704 integers, 0 booleans, 187105 clauses, largest domain size 2
32.32/32.79	c 32	Heap : 215 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.42/32.86	c 32	Simplifing CSP by introducing new Boolean variables
32.52/32.93	c 32	CSP : 62704 integers, 0 booleans, 187105 clauses, largest domain size 2
32.52/32.93	c 32	Heap : 226 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.21/33.62	c 33	Encoding CSP to SAT : HOME/temp.cnf
33.21/33.67	c 33	6271 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.21/33.68	c 33	12541 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.21/33.69	c 33	18812 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.21/33.70	c 33	25082 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.71	c 33	31352 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.72	c 33	37623 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.72	c 33	43893 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.73	c 33	50164 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.74	c 33	56434 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.31/33.75	c 33	62704 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
33.51/33.92	c 33	18711 (10%) CSP clauses are encoded (18705 clauses, 244529 bytes)
33.61/34.04	c 34	37421 (20%) CSP clauses are encoded (37415 clauses, 501334 bytes)
33.70/34.15	c 34	56132 (30%) CSP clauses are encoded (56126 clauses, 781999 bytes)
33.80/34.28	c 34	74842 (40%) CSP clauses are encoded (74836 clauses, 1062649 bytes)
33.89/34.39	c 34	93553 (50%) CSP clauses are encoded (93547 clauses, 1343314 bytes)
34.10/34.51	c 34	112263 (60%) CSP clauses are encoded (112257 clauses, 1623964 bytes)
34.20/34.64	c 34	130974 (70%) CSP clauses are encoded (130845 clauses, 1922064 bytes)
34.39/34.82	c 34	149684 (80%) CSP clauses are encoded (149555 clauses, 2286813 bytes)
34.59/35.01	c 35	168395 (90%) CSP clauses are encoded (168266 clauses, 2682367 bytes)
38.15/38.70	c 38	187105 (100%) CSP clauses are encoded (206100 clauses, 3547931 bytes)
38.15/38.70	c 38	187105 CSP clauses encoded
38.25/38.70	c 38	Writing map file : HOME/temp.map
38.34/38.81	c 38	Heap : 116 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.34/38.81	c 38	SAT : 62640 SAT variables, 206100 SAT clauses, 3547931 bytes
38.34/38.81	c 38	Heap : 116 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.44/38.93	c 38	SOLVING HOME/temp.cnf
38.44/38.93	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.44/38.93	c 38	This is MiniSat 2.0 beta
38.44/38.93	c 38	WARNING: for repeatability, setting FPU to use double precision
38.44/38.93	c 38	============================[ Problem Statistics ]=============================
38.44/38.93	c 38	|                                                                             |
38.44/38.93	c 38	|  Number of variables:  62640                                                |
38.44/38.93	c 38	|  Number of clauses:    206100                                               |
38.47/39.05	c 39	|  Parsing time:         0.11         s                                       |
38.47/39.06	c 39	============================[ Search Statistics ]==============================
38.47/39.06	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.47/39.06	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.47/39.06	c 39	===============================================================================
38.47/39.06	c 39	|         0 |   62640   206100   551119 |    68700        0    nan |  0.000 % |
38.47/39.22	c 39	|       100 |   62548   206100   551119 |    75570       83     42 |  0.171 % |
38.47/39.42	c 39	|       251 |   62548   206100   551119 |    83127      234     48 |  0.171 % |
39.61/40.12	c 40	|       476 |   62531   205780   550401 |    91439      451     74 |  0.174 % |
40.40/40.97	c 40	|       813 |   61772   202004   542108 |   100583      785     68 |  1.386 % |
40.90/41.40	c 41	|      1321 |   61772   202004   542108 |   110642     1293     79 |  1.386 % |
42.29/42.86	c 42	|      2080 |   61548   201998   542095 |   121706     2050    102 |  1.743 % |
43.77/44.38	c 44	|      3221 |   61497   201168   540175 |   133876     3176     98 |  2.723 % |
47.34/47.99	c 48	|      4929 |   61491   201168   540175 |   147264     4879     99 |  2.736 % |
54.77/55.47	c 55	|      7491 |   60925   196915   531115 |   161991     7397    104 |  2.738 % |
61.90/62.60	c 62	|     11335 |   60917   196892   531066 |   178190    11218    114 |  2.754 % |
77.85/78.75	c 78	|     17101 |   58850   189247   513743 |   196009    16944    108 |  6.073 % |
102.02/103.20	c 103	|     25751 |   58681   188654   512380 |   215610    25259    108 |  6.322 % |
145.71/147.23	c 147	|     38725 |   58626   188483   511995 |   237171    38194    109 |  6.426 % |
196.12/198.13	c 198	|     58187 |   58538   188257   511478 |   260888    57628    104 |  6.840 % |
334.90/338.22	c 338	|     87379 |   58313   187523   509782 |   286976    86782     86 |  6.908 % |
582.96/586.69	c 586	|    131171 |   58278   187412   509528 |   315674   130566     74 |  6.967 % |
958.64/962.58	c 962	|    196855 |   58200   187170   508974 |   347242   196237     63 |  7.088 % |
1578.34/1583.78	c 1583	|    295381 |   55136   174454   478255 |   381966   131954     49 | 11.996 % |
1724.07/1729.54	c 1729	===============================================================================
1724.07/1729.54	c 1729	restarts              : 19
1724.07/1729.54	c 1729	conflicts             : 322439         (191 /sec)
1724.07/1729.54	c 1729	decisions             : 407942         (0.85 % random) (242 /sec)
1724.07/1729.54	c 1729	propagations          : 3040903208     (1804381 /sec)
1724.07/1729.54	c 1729	conflict literals     : 16935831       (71.25 % deleted)
1724.07/1729.54	c 1729	Memory used           : 84.50 MB
1724.07/1729.54	c 1729	CPU time              : 1685.29 s
1724.07/1729.54	c 1729	
1724.07/1729.54	c 1729	UNSATISFIABLE
1724.07/1729.56	c 1729	DECODING HOME/temp.out WITH HOME/temp.map
1724.07/1729.56	c 1729	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'
1724.14/1729.64	c 1729	Decoding HOME/temp.out
1724.96/1730.41	s UNSATISFIABLE
1724.96/1730.42	c 1730	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1724.96/1730.45	c 1730	CPU 1725.01 (0.1 0.02 1723.22 1.67)
1724.96/1730.45	c 1730	END Sun Jul 12 02:34:23 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072897-1247357130/watcher-2072897-1247357130 -o /tmp/evaluation-result-2072897-1247357130/solver-2072897-1247357130 -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-2072897-1247357130.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.09 2.02 2.01 4/80 16722
/proc/meminfo: memFree=1754776/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=4708 CPUtime=0
/proc/16722/stat : 16722 (sugar) R 16720 16722 15166 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 22780075 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 237785642377 0 0 4096 0 0 0 0 17 1 0 0
/proc/16722/statm: 1177 43 33 3 0 8 0

[startup+0.081809 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 16722
/proc/meminfo: memFree=1754776/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16740 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22780075 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.104071 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 16722
/proc/meminfo: memFree=1754776/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301104 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 16722
/proc/meminfo: memFree=1754776/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701181 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 16722
/proc/meminfo: memFree=1754776/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.16 2.03 2.01 3/91 16734
/proc/meminfo: memFree=1720896/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
[pid=16725] ppid=16722 vsize=5356 CPUtime=0
/proc/16725/stat : 16725 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22780084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16725/statm: 1339 233 193 169 0 50 0
[pid=16726] ppid=16725 vsize=864764 CPUtime=1.37
/proc/16726/stat : 16726 (java) S 16725 16722 15166 0 -1 0 17605 0 1 0 126 11 0 0 18 0 9 0 22780084 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16726/statm: 216191 15139 2557 9 0 210703 0
[pid=16726/tid=16727] ppid=16725 vsize=864764 CPUtime=0.78
/proc/16726/task/16727/stat : 16727 (java) R 16725 16722 15166 0 -1 64 3072 0 1 0 74 4 0 0 24 0 9 0 22780085 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16728] ppid=16725 vsize=864764 CPUtime=0.48
/proc/16726/task/16728/stat : 16728 (java) R 16725 16722 15166 0 -1 64 13329 0 0 0 42 6 0 0 16 0 9 0 22780086 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 102509285 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16729] ppid=16725 vsize=864764 CPUtime=0
/proc/16726/task/16729/stat : 16729 (java) S 16725 16722 15166 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22780086 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16730] ppid=16725 vsize=864764 CPUtime=0
/proc/16726/task/16730/stat : 16730 (java) S 16725 16722 15166 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22780086 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16731] ppid=16725 vsize=864764 CPUtime=0
/proc/16726/task/16731/stat : 16731 (java) S 16725 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22780088 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16732] ppid=16725 vsize=864764 CPUtime=0.09
/proc/16726/task/16732/stat : 16732 (java) S 16725 16722 15166 0 -1 64 500 0 0 0 9 0 0 0 16 0 9 0 22780088 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16733] ppid=16725 vsize=864764 CPUtime=0
/proc/16726/task/16733/stat : 16733 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22780088 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16734] ppid=16725 vsize=864764 CPUtime=0
/proc/16726/task/16734/stat : 16734 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22780088 885518336 15139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886988

[startup+3.10263 s]
/proc/loadavg: 2.16 2.03 2.01 3/91 16734
/proc/meminfo: memFree=1676288/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
[pid=16725] ppid=16722 vsize=5356 CPUtime=0
/proc/16725/stat : 16725 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22780084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16725/statm: 1339 233 193 169 0 50 0
[pid=16726] ppid=16725 vsize=864768 CPUtime=2.96
/proc/16726/stat : 16726 (java) S 16725 16722 15166 0 -1 0 37267 0 1 0 275 21 0 0 18 0 9 0 22780084 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16726/statm: 216192 31856 2557 9 0 210704 0
[pid=16726/tid=16727] ppid=16725 vsize=864768 CPUtime=1.66
/proc/16726/task/16727/stat : 16727 (java) R 16725 16722 15166 0 -1 64 3883 0 1 0 161 5 0 0 25 0 9 0 22780085 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16728] ppid=16725 vsize=864768 CPUtime=1.18
/proc/16726/task/16728/stat : 16728 (java) R 16725 16722 15166 0 -1 64 32179 0 0 0 104 14 0 0 16 0 9 0 22780086 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16729] ppid=16725 vsize=864768 CPUtime=0
/proc/16726/task/16729/stat : 16729 (java) S 16725 16722 15166 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22780086 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16730] ppid=16725 vsize=864768 CPUtime=0
/proc/16726/task/16730/stat : 16730 (java) S 16725 16722 15166 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22780086 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16731] ppid=16725 vsize=864768 CPUtime=0
/proc/16726/task/16731/stat : 16731 (java) S 16725 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22780088 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16732] ppid=16725 vsize=864768 CPUtime=0.09
/proc/16726/task/16732/stat : 16732 (java) S 16725 16722 15166 0 -1 64 501 0 0 0 9 0 0 0 16 0 9 0 22780088 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16733] ppid=16725 vsize=864768 CPUtime=0
/proc/16726/task/16733/stat : 16733 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22780088 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16734] ppid=16725 vsize=864768 CPUtime=0
/proc/16726/task/16734/stat : 16734 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22780088 885522432 31856 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886992

[startup+6.30222 s]
/proc/loadavg: 2.16 2.03 2.01 4/91 16734
/proc/meminfo: memFree=1512064/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
[pid=16725] ppid=16722 vsize=5356 CPUtime=0
/proc/16725/stat : 16725 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22780084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16725/statm: 1339 233 193 169 0 50 0
[pid=16726] ppid=16725 vsize=893284 CPUtime=6.13
/proc/16726/stat : 16726 (java) S 16725 16722 15166 0 -1 0 84902 0 1 0 567 46 0 0 18 0 9 0 22780084 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16726/statm: 223321 68531 2557 9 0 217833 0
[pid=16726/tid=16727] ppid=16725 vsize=893284 CPUtime=2.84
/proc/16726/task/16727/stat : 16727 (java) S 16725 16722 15166 0 -1 64 4898 0 1 0 277 7 0 0 25 0 9 0 22780085 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16728] ppid=16725 vsize=893284 CPUtime=3.14
/proc/16726/task/16728/stat : 16728 (java) R 16725 16722 15166 0 -1 64 78781 0 0 0 278 36 0 0 25 0 9 0 22780086 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16729] ppid=16725 vsize=893284 CPUtime=0
/proc/16726/task/16729/stat : 16729 (java) S 16725 16722 15166 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22780086 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16730] ppid=16725 vsize=893284 CPUtime=0
/proc/16726/task/16730/stat : 16730 (java) S 16725 16722 15166 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22780086 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16731] ppid=16725 vsize=893284 CPUtime=0
/proc/16726/task/16731/stat : 16731 (java) S 16725 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22780088 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16732] ppid=16725 vsize=893284 CPUtime=0.12
/proc/16726/task/16732/stat : 16732 (java) S 16725 16722 15166 0 -1 64 519 0 0 0 12 0 0 0 16 0 9 0 22780088 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16733] ppid=16725 vsize=893284 CPUtime=0
/proc/16726/task/16733/stat : 16733 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22780088 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16734] ppid=16725 vsize=893284 CPUtime=0
/proc/16726/task/16734/stat : 16734 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22780088 914722816 68531 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915508

[startup+12.7024 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 16734
/proc/meminfo: memFree=1394368/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=0.07
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
[pid=16725] ppid=16722 vsize=5356 CPUtime=0
/proc/16725/stat : 16725 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 22780084 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16725/statm: 1339 233 193 169 0 50 0
[pid=16726] ppid=16725 vsize=864772 CPUtime=12.47
/proc/16726/stat : 16726 (java) S 16725 16722 15166 0 -1 0 113593 0 1 0 1183 64 0 0 18 0 9 0 22780084 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16726/statm: 216193 90053 2557 9 0 210705 0
[pid=16726/tid=16727] ppid=16725 vsize=864772 CPUtime=7.82
/proc/16726/task/16727/stat : 16727 (java) R 16725 16722 15166 0 -1 64 6691 0 1 0 769 13 0 0 25 0 9 0 22780085 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4126813969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16728] ppid=16725 vsize=864772 CPUtime=4.41
/proc/16726/task/16728/stat : 16728 (java) S 16725 16722 15166 0 -1 64 105625 0 0 0 392 49 0 0 16 0 9 0 22780086 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16729] ppid=16725 vsize=864772 CPUtime=0
/proc/16726/task/16729/stat : 16729 (java) S 16725 16722 15166 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22780086 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16730] ppid=16725 vsize=864772 CPUtime=0
/proc/16726/task/16730/stat : 16730 (java) S 16725 16722 15166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22780086 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16731] ppid=16725 vsize=864772 CPUtime=0
/proc/16726/task/16731/stat : 16731 (java) S 16725 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22780088 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16732] ppid=16725 vsize=864772 CPUtime=0.21
/proc/16726/task/16732/stat : 16732 (java) S 16725 16722 15166 0 -1 64 573 0 0 0 21 0 0 0 16 0 9 0 22780088 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16733] ppid=16725 vsize=864772 CPUtime=0
/proc/16726/task/16733/stat : 16733 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22780088 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16726/tid=16734] ppid=16725 vsize=864772 CPUtime=0
/proc/16726/task/16734/stat : 16734 (java) S 16725 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22780088 885526528 90053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886996

[startup+25.5018 s]
/proc/loadavg: 2.11 2.03 2.01 3/91 16744
/proc/meminfo: memFree=1547904/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=14.76
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1309 114050 0 1 5 2 1397 72 16 0 1 0 22780075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16722/statm: 4217 1111 409 3 0 796 0
[pid=16735] ppid=16722 vsize=5356 CPUtime=0
/proc/16735/stat : 16735 (sh) S 16722 16722 15166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22781571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16735/statm: 1339 233 193 169 0 50 0
[pid=16736] ppid=16735 vsize=868572 CPUtime=10.41
/proc/16736/stat : 16736 (java) S 16735 16722 15166 0 -1 0 65260 0 1 0 1011 30 0 0 18 0 9 0 22781572 889417728 51072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16736/statm: 217143 51072 2569 9 0 211648 0
[pid=16736/tid=16737] ppid=16735 vsize=868572 CPUtime=6.29
/proc/16736/task/16737/stat : 16737 (java) R 16735 16722 15166 0 -1 64 4419 0 1 0 624 5 0 0 25 0 9 0 22781573 889417728 51072 996147200 134512640 134550932 4294955936 18446744073709551615 4126590112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16736/tid=16738] ppid=16735 vsize=868572 CPUtime=3.92
/proc/16736/task/16738/stat : 16738 (java) S 16735 16722 15166 0 -1 64 58606 0 0 0 369 23 0 0 16 0 9 0 22781574 889417728 51072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16736/tid=16739] ppid=16735 vsize=868572 CPUtime=0
/proc/16736/task/16739/stat : 16739 (java) S 16735 16722 15166 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22781574 889417728 51072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16736/tid=16740] ppid=16735 vsize=868572 CPUtime=0
/proc/16736/task/16740/stat : 16740 (java) S 16735 16722 15166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22781574 889417728 51072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16736/tid=16741] ppid=16735 vsize=868572 CPUtime=0

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

/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1498.49
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 149813 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1536.96
Current children cumulated vsize (KiB) 108748

[startup+1602.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/85 17117
/proc/meminfo: memFree=977968/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1558.46
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 155810 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1596.93
Current children cumulated vsize (KiB) 108748

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/85 17117
/proc/meminfo: memFree=972784/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1618.43
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 161807 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1656.9
Current children cumulated vsize (KiB) 108748

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 17117
/proc/meminfo: memFree=972720/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1678.4
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 167804 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1716.87
Current children cumulated vsize (KiB) 108748

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

[startup+1724.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 17117
/proc/meminfo: memFree=972720/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1680.81
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 168045 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1719.28
Current children cumulated vsize (KiB) 108748

[startup+1727.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 17117
/proc/meminfo: memFree=977840/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1684
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 168364 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1722.47
Current children cumulated vsize (KiB) 108748

[startup+1729.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 17117
/proc/meminfo: memFree=972656/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=38.47
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1376 204100 0 2 10 2 3713 122 16 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=16745] ppid=16722 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16722 16722 15166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22783969 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16745/statm: 1339 232 193 169 0 50 0
[pid=16746] ppid=16745 vsize=86524 CPUtime=1685.6
/proc/16746/stat : 16746 (minisat) R 16745 16722 15166 0 -1 4194304 21164 0 0 0 168524 36 0 0 25 0 1 0 22783969 88600576 21101 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16746/statm: 21631 21101 76 150 0 21478 0
Current children cumulated CPU time (s) 1724.07
Current children cumulated vsize (KiB) 108748

[startup+1729.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 17117
/proc/meminfo: memFree=972656/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=1724.14
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1448 225558 0 2 10 2 172242 160 15 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1724.14
Current children cumulated vsize (KiB) 16868

[startup+1730.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 17127
/proc/meminfo: memFree=1042608/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=1724.14
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1448 225558 0 2 10 2 172242 160 15 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=17118] ppid=16722 vsize=5356 CPUtime=0
/proc/17118/stat : 17118 (sh) S 16722 16722 15166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953031 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17118/statm: 1339 233 193 169 0 50 0
[pid=17119] ppid=17118 vsize=862868 CPUtime=0.72
/proc/17119/stat : 17119 (java) S 17118 16722 15166 0 -1 0 7597 0 1 0 68 4 0 0 19 0 9 0 22953032 883576832 6526 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17119/statm: 215717 6527 2155 9 0 210630 0
[pid=17119/tid=17120] ppid=17118 vsize=862868 CPUtime=0.45
/proc/17119/task/17120/stat : 17120 (java) R 17118 16722 15166 0 -1 64 2077 0 1 0 44 1 0 0 25 0 9 0 22953033 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17121] ppid=17118 vsize=862868 CPUtime=0.19
/proc/17119/task/17121/stat : 17121 (java) S 17118 16722 15166 0 -1 64 4357 0 0 0 17 2 0 0 16 0 9 0 22953034 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17122] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17122/stat : 17122 (java) S 17118 16722 15166 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 22953034 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17123] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17123/stat : 17123 (java) S 17118 16722 15166 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22953034 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17124] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17124/stat : 17124 (java) S 17118 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22953037 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17125] ppid=17118 vsize=862868 CPUtime=0.07
/proc/17119/task/17125/stat : 17125 (java) S 17118 16722 15166 0 -1 64 468 0 0 0 7 0 0 0 16 0 9 0 22953037 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17126] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17126/stat : 17126 (java) S 17118 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22953037 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17127] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17127/stat : 17127 (java) S 17118 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953037 883576832 6527 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.86
Current children cumulated vsize (KiB) 885092

[startup+1730.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 17127
/proc/meminfo: memFree=1042608/2055920 swapFree=4192812/4192956
[pid=16722] ppid=16720 vsize=16868 CPUtime=1724.14
/proc/16722/stat : 16722 (sugar) S 16720 16722 15166 0 -1 4194304 1448 225558 0 2 10 2 172242 160 15 0 1 0 22780075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16722/statm: 4217 1113 409 3 0 796 0
[pid=17118] ppid=16722 vsize=5356 CPUtime=0
/proc/17118/stat : 17118 (sh) S 16722 16722 15166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953031 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17118/statm: 1339 233 193 169 0 50 0
[pid=17119] ppid=17118 vsize=862868 CPUtime=0.82
/proc/17119/stat : 17119 (java) S 17118 16722 15166 0 -1 0 8064 0 1 0 77 5 0 0 19 0 9 0 22953032 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17119/statm: 215717 6776 2155 9 0 210630 0
[pid=17119/tid=17120] ppid=17118 vsize=862868 CPUtime=0.47
/proc/17119/task/17120/stat : 17120 (java) R 17118 16722 15166 0 -1 64 2082 0 1 0 46 1 0 0 25 0 9 0 22953033 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4126428129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17121] ppid=17118 vsize=862868 CPUtime=0.26
/proc/17119/task/17121/stat : 17121 (java) S 17118 16722 15166 0 -1 64 4818 0 0 0 24 2 0 0 16 0 9 0 22953034 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17122] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17122/stat : 17122 (java) S 17118 16722 15166 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 22953034 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17123] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17123/stat : 17123 (java) S 17118 16722 15166 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22953034 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17124] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17124/stat : 17124 (java) S 17118 16722 15166 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22953037 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17125] ppid=17118 vsize=862868 CPUtime=0.07
/proc/17119/task/17125/stat : 17125 (java) S 17118 16722 15166 0 -1 64 468 0 0 0 7 0 0 0 16 0 9 0 22953037 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17126] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17126/stat : 17126 (java) S 17118 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22953037 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17119/tid=17127] ppid=17118 vsize=862868 CPUtime=0
/proc/17119/task/17127/stat : 17127 (java) S 17118 16722 15166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953037 883576832 6776 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 885092

Child status: 0
Real time (s): 1730.47
CPU time (s): 1725.03
CPU user time (s): 1723.33
CPU system time (s): 1.70474
CPU usage (%): 99.6861
Max. virtual memory (cumulated for all children) (KiB): 920632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1723.33
system time used= 1.70474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236077
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= 5986
involuntary context switches= 19488

runsolver used 2.12068 second user time and 5.98709 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 02:05:32
IDJOB=2072897
IDBENCH=55864
IDSOLVER=739
FILE ID=node24/2072897-1247357130
PBS_JOBID= 9506831
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-cache-inv14-ucl.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-2072897-1247357130/watcher-2072897-1247357130 -o /tmp/evaluation-result-2072897-1247357130/solver-2072897-1247357130 -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-2072897-1247357130.xml

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

MD5SUM BENCH= 06c3dd4a51ccbf74c43a283db8d47698
RANDOM SEED=632554818

node24.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.287
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.287
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:       1755256 kB
Buffers:         35008 kB
Cached:         130912 kB
SwapCached:          0 kB
Active:         203756 kB
Inactive:        46484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           36536 kB
Writeback:           0 kB
Mapped:         102124 kB
Slab:            35540 kB
Committed_AS:   903220 kB
PageTables:       1984 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= 66420 MiB
End job on node24 at 2009-07-12 02:34:23