Trace number 1059717

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 198.9 199.25

General information on the benchmark

Namecsp/fischer/
normalized-fischer-5-7-fair.xml
MD5SUMd2e0111bc12a0f1866da9545d0c2e512
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.8006
Satisfiable
(Un)Satisfiability was proved
Number of variables9219
Number of constraints8712
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8712
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:38:01 2008
0.00/0.04	c 0	PID 31331
0.00/0.04	c 0	HOST node33.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059717-1215124681.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059717-1215124681.xml' 'HOME/temp.csp'
0.03/0.90	c 1	3 domains, 9219 variables, 9 predicates, 0 relations, 8712 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.04/1.03	c 1	Parsing HOME/temp.csp
1.30/1.29	c 1	parsed 10000 expressions
1.51/1.48	c 1	parsed 17943 expressions
1.51/1.48	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.48	c 1	Converting to clausal form CSP
1.60/1.52	c 1	converted 1795 (10%) expressions
1.60/1.52	c 1	converted 3589 (20%) expressions
1.60/1.53	c 1	converted 5383 (30%) expressions
1.60/1.53	c 1	converted 7178 (40%) expressions
1.60/1.53	c 1	converted 8972 (50%) expressions
1.90/1.73	c 2	converted 10766 (60%) expressions
2.10/1.91	c 2	converted 12561 (70%) expressions
2.31/2.15	c 2	converted 14355 (80%) expressions
2.52/2.31	c 2	converted 16149 (90%) expressions
2.73/2.58	c 3	converted 17943 (100%) expressions
2.73/2.59	c 3	CSP : 16081 integers, 568 booleans, 39517 clauses, largest domain size 20001
2.73/2.59	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.59	c 3	Propagation in CSP
100.95/101.28	c 101	225225931 values, 0 unsatisfiable literals, and 0 valid clauses are removed
100.95/101.28	c 101	CSP : 16081 integers, 568 booleans, 39517 clauses, largest domain size 20001
100.95/101.28	c 101	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
100.95/101.30	c 101	Simplifing CSP by introducing new Boolean variables
101.05/101.37	c 101	CSP : 16081 integers, 14466 booleans, 53415 clauses, largest domain size 20001
101.05/101.37	c 101	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
101.27/101.57	c 102	Encoding CSP to SAT : HOME/temp.cnf
101.38/101.66	c 102	1609 (10%) CSP integer variables are encoded (53913 clauses, 787171 bytes)
102.39/102.67	c 103	3217 (20%) CSP integer variables are encoded (874605 clauses, 14648604 bytes)
102.78/103.10	c 103	4825 (30%) CSP integer variables are encoded (1239357 clauses, 21330475 bytes)
103.08/103.35	c 103	6433 (40%) CSP integer variables are encoded (1439335 clauses, 25130057 bytes)
103.57/103.81	c 104	8041 (50%) CSP integer variables are encoded (1793282 clauses, 31855050 bytes)
103.57/103.81	c 104	9649 (60%) CSP integer variables are encoded (1793282 clauses, 31855050 bytes)
103.88/104.13	c 104	11257 (70%) CSP integer variables are encoded (2043232 clauses, 36604100 bytes)
104.08/104.33	c 104	12865 (80%) CSP integer variables are encoded (2193202 clauses, 39453530 bytes)
104.08/104.37	c 104	14473 (90%) CSP integer variables are encoded (2223198 clauses, 40023454 bytes)
104.28/104.58	c 105	16081 (100%) CSP integer variables are encoded (2393172 clauses, 43252960 bytes)
116.31/116.69	c 117	5342 (10%) CSP clauses are encoded (9579869 clauses, 187353799 bytes)
116.69/117.02	c 117	10683 (20%) CSP clauses are encoded (9781547 clauses, 191347081 bytes)
117.30/117.64	c 118	16025 (30%) CSP clauses are encoded (10183915 clauses, 199494151 bytes)
118.18/118.50	c 118	21366 (40%) CSP clauses are encoded (10745410 clauses, 210862455 bytes)
118.78/119.19	c 119	26708 (50%) CSP clauses are encoded (11187084 clauses, 220124697 bytes)
118.87/119.22	c 119	32049 (60%) CSP clauses are encoded (11189590 clauses, 220175614 bytes)
118.87/119.25	c 119	37391 (70%) CSP clauses are encoded (11192063 clauses, 220225792 bytes)
119.27/119.70	c 120	42732 (80%) CSP clauses are encoded (11474499 clauses, 226225185 bytes)
120.07/120.49	c 120	48074 (90%) CSP clauses are encoded (11997007 clauses, 237326149 bytes)
120.17/120.54	c 121	53415 (100%) CSP clauses are encoded (12006761 clauses, 237584111 bytes)
120.17/120.54	c 121	53415 CSP clauses encoded
120.17/120.54	c 121	Writing map file : HOME/temp.map
120.17/120.59	c 121	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.17/120.59	c 121	SAT : 2412200 SAT variables, 12006761 SAT clauses, 237584111 bytes
120.17/120.59	c 121	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.28/120.64	c 121	SOLVING HOME/temp.cnf
120.28/120.64	c 121	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
120.28/120.65	c 121	This is MiniSat 2.0 beta
120.28/120.65	c 121	WARNING: for repeatability, setting FPU to use double precision
120.28/120.65	c 121	============================[ Problem Statistics ]=============================
120.28/120.65	c 121	|                                                                             |
120.28/120.65	c 121	|  Number of variables:  2412200                                              |
120.28/120.65	c 121	|  Number of clauses:    12006761                                             |
125.76/126.15	c 126	|  Parsing time:         4.61         s                                       |
126.06/126.45	c 126	============================[ Search Statistics ]==============================
126.06/126.45	c 126	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
126.06/126.45	c 126	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
126.06/126.45	c 126	===============================================================================
126.06/126.45	c 126	|         0 | 2361638 11954547 31432217 |  3984849        0    nan |  0.000 % |
131.36/131.75	c 132	|       100 | 2361605 11954547 31432217 |  4383333       87      3 | 14.957 % |
137.65/138.07	c 138	|       250 | 2361572 11954547 31432217 |  4821667      228      4 | 21.873 % |
152.83/153.29	c 153	|       475 | 1723385 10354764 28008249 |  5303834      409      5 | 33.497 % |
186.63/187.05	c 187	|       812 | 1493943  9773908 26776243 |  5834217      617      6 | 41.442 % |
198.32/198.73	c 199	===============================================================================
198.32/198.73	c 199	restarts              : 5
198.32/198.73	c 199	conflicts             : 1090           (14 /sec)
198.32/198.73	c 199	decisions             : 9139           (0.63 % random) (119 /sec)
198.32/198.73	c 199	propagations          : 118793599      (1541127 /sec)
198.32/198.73	c 199	conflict literals     : 6116           (28.53 % deleted)
198.32/198.73	c 199	Memory used           : 684.14 MB
198.32/198.73	c 199	CPU time              : 77.0823 s
198.32/198.73	c 199	
198.32/198.73	c 199	UNSATISFIABLE
198.42/198.83	c 199	DECODING HOME/temp.out WITH HOME/temp.map
198.42/198.83	c 199	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
198.47/198.94	c 199	Decoding HOME/temp.out
198.74/199.11	s UNSATISFIABLE
198.74/199.11	c 199	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
198.74/199.13	c 199	CPU 195.51 (0.03 0.01 195.48 3.25)
198.74/199.13	c 199	END Fri Jul  4 00:41:20 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.85 1.10 1.50 3/82 31331
/proc/meminfo: memFree=1011512/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=12272 CPUtime=0
/proc/31331/stat : 31331 (sugar) R 31329 31331 31045 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1991441588 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 0 4224 0 0 0 0 17 0 0 0
/proc/31331/statm: 3068 327 246 3 0 168 0

[startup+0.067665 s]
/proc/loadavg: 0.85 1.10 1.50 3/82 31331
/proc/meminfo: memFree=1011512/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=0.03
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1991441588 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101667 s]
/proc/loadavg: 0.85 1.10 1.50 3/82 31331
/proc/meminfo: memFree=1011512/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=0.03
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1991441588 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301692 s]
/proc/loadavg: 0.85 1.10 1.50 3/82 31331
/proc/meminfo: memFree=1011512/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=0.03
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1991441588 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701743 s]
/proc/loadavg: 0.85 1.10 1.50 3/82 31331
/proc/meminfo: memFree=1011512/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=0.03
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1991441588 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 0.85 1.10 1.50 2/89 31349
/proc/meminfo: memFree=1006136/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=1.01
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 974 10290 0 1 2 1 94 4 15 0 1 0 1991441588 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 797 370 3 0 500 0
[pid=31344] ppid=31331 vsize=5356 CPUtime=0
/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=864684 CPUtime=0.59
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 6255 0 1 0 56 3 0 0 18 0 9 0 1991441683 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 216171 5459 2540 9 0 210746 0
[pid=31345/tid=31346] ppid=31344 vsize=864684 CPUtime=0.4
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 2602 0 1 0 39 1 0 0 16 0 9 0 1991441684 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31347] ppid=31344 vsize=864684 CPUtime=0.1
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 2622 0 0 0 9 1 0 0 16 0 9 0 1991441687 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=864684 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=864684 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991441687 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31350] ppid=31344 vsize=864684 CPUtime=0
/proc/31345/task/31350/stat : 31350 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1991441689 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31351] ppid=31344 vsize=864684 CPUtime=0.07
/proc/31345/task/31351/stat : 31351 (java) S 31344 31331 31045 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1991441689 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31352] ppid=31344 vsize=864684 CPUtime=0
/proc/31345/task/31352/stat : 31352 (java) S 31344 31331 31045 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1991441689 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31353] ppid=31344 vsize=864684 CPUtime=0
/proc/31345/task/31353/stat : 31353 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991441689 885436416 5459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 883640

[startup+3.10203 s]
/proc/loadavg: 0.85 1.10 1.50 2/93 31353
/proc/meminfo: memFree=983064/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=1.01
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 974 10290 0 1 2 1 94 4 16 0 1 0 1991441588 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 797 370 3 0 500 0
[pid=31344] ppid=31331 vsize=5356 CPUtime=0
/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=868868 CPUtime=2.32
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 12836 0 1 0 226 6 0 0 18 0 9 0 1991441683 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 217217 11706 2540 9 0 211792 0
[pid=31345/tid=31346] ppid=31344 vsize=868868 CPUtime=1.5
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 2926 0 1 0 149 1 0 0 16 0 9 0 1991441684 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4126974863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31347] ppid=31344 vsize=868868 CPUtime=0.59
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 7703 0 0 0 56 3 0 0 16 0 9 0 1991441687 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31350] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31350/stat : 31350 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1991441689 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31351] ppid=31344 vsize=868868 CPUtime=0.21
/proc/31345/task/31351/stat : 31351 (java) S 31344 31331 31045 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 1991441689 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31352] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31352/stat : 31352 (java) S 31344 31331 31045 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1991441689 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31353] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31353/stat : 31353 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991441689 889720832 11706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 887824

[startup+6.30242 s]
/proc/loadavg: 0.86 1.10 1.50 2/93 31353
/proc/meminfo: memFree=971544/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=1.01
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 974 10290 0 1 2 1 94 4 16 0 1 0 1991441588 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 797 370 3 0 500 0
[pid=31344] ppid=31331 vsize=5356 CPUtime=0
/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=868868 CPUtime=5.5
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 13045 0 1 0 542 8 0 0 18 0 9 0 1991441683 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 217217 11712 2540 9 0 211792 0
[pid=31345/tid=31346] ppid=31344 vsize=868868 CPUtime=4.62
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 3129 0 1 0 460 2 0 0 16 0 9 0 1991441684 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4126617248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31347] ppid=31344 vsize=868868 CPUtime=0.65
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 7709 0 0 0 61 4 0 0 16 0 9 0 1991441687 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31350] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31350/stat : 31350 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1991441689 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31351] ppid=31344 vsize=868868 CPUtime=0.21
/proc/31345/task/31351/stat : 31351 (java) S 31344 31331 31045 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 1991441689 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31352] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31352/stat : 31352 (java) S 31344 31331 31045 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1991441689 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31353] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31353/stat : 31353 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991441689 889720832 11712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 887824

[startup+12.7022 s]
/proc/loadavg: 0.87 1.10 1.50 2/93 31353
/proc/meminfo: memFree=971416/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=1.01
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 974 10290 0 1 2 1 94 4 16 0 1 0 1991441588 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 797 370 3 0 500 0
[pid=31344] ppid=31331 vsize=5356 CPUtime=0
/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=868868 CPUtime=11.89
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 13468 0 1 0 1177 12 0 0 18 0 9 0 1991441683 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 217217 11719 2540 9 0 211792 0
[pid=31345/tid=31346] ppid=31344 vsize=868868 CPUtime=10.86
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 3545 0 1 0 1083 3 0 0 17 0 9 0 1991441684 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4126977053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31347] ppid=31344 vsize=868868 CPUtime=0.79
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 7716 0 0 0 73 6 0 0 16 0 9 0 1991441687 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31350] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31350/stat : 31350 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1991441689 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31351] ppid=31344 vsize=868868 CPUtime=0.21
/proc/31345/task/31351/stat : 31351 (java) S 31344 31331 31045 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 1991441689 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31352] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31352/stat : 31352 (java) S 31344 31331 31045 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1991441689 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31353] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31353/stat : 31353 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991441689 889720832 11719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 887824

[startup+25.5017 s]
/proc/loadavg: 0.90 1.09 1.49 2/93 31353
/proc/meminfo: memFree=971352/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=1.01
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 974 10290 0 1 2 1 94 4 16 0 1 0 1991441588 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 797 370 3 0 500 0
[pid=31344] ppid=31331 vsize=5356 CPUtime=0
/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=868868 CPUtime=24.62
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 14309 0 1 0 2443 19 0 0 18 0 9 0 1991441683 889720832 11733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 217217 11733 2540 9 0 211792 0
[pid=31345/tid=31346] ppid=31344 vsize=868868 CPUtime=23.3
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 4372 0 1 0 2325 5 0 0 16 0 9 0 1991441684 889720832 11733 996147200 134512640 134550740 4294955952 18446744073709551615 4126578895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31347] ppid=31344 vsize=868868 CPUtime=1.08
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 7730 0 0 0 97 11 0 0 16 0 9 0 1991441687 889720832 11733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=868868 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889720832 11733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31344/stat : 31344 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991441682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31344/statm: 1339 233 193 169 0 50 0
[pid=31345] ppid=31344 vsize=868980 CPUtime=101.08
/proc/31345/stat : 31345 (java) S 31344 31331 31045 0 -1 0 22936 0 1 0 10043 65 0 0 18 0 9 0 1991441683 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31345/statm: 217245 12683 2565 9 0 211792 0
[pid=31345/tid=31346] ppid=31344 vsize=868980 CPUtime=97.91
/proc/31345/task/31346/stat : 31346 (java) R 31344 31331 31045 0 -1 64 9371 0 1 0 9765 26 0 0 17 0 9 0 1991441684 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31347] ppid=31344 vsize=868980 CPUtime=2.89
/proc/31345/task/31347/stat : 31347 (java) S 31344 31331 31045 0 -1 64 11329 0 0 0 252 37 0 0 16 0 9 0 1991441687 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31348] ppid=31344 vsize=868980 CPUtime=0
/proc/31345/task/31348/stat : 31348 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31349] ppid=31344 vsize=868980 CPUtime=0
/proc/31345/task/31349/stat : 31349 (java) S 31344 31331 31045 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991441687 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31345/tid=31350] ppid=31344 vsize=868980 CPUtime=0
/proc/31345/task/31350/stat : 31350 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1991441689 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31351] ppid=31344 vsize=868980 CPUtime=0.25
/proc/31345/task/31351/stat : 31351 (java) S 31344 31331 31045 0 -1 64 1539 0 0 0 25 0 0 0 16 0 9 0 1991441689 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31352] ppid=31344 vsize=868980 CPUtime=0
/proc/31345/task/31352/stat : 31352 (java) S 31344 31331 31045 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1991441689 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31345/tid=31353] ppid=31344 vsize=868980 CPUtime=0
/proc/31345/task/31353/stat : 31353 (java) S 31344 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991441689 889835520 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 887936

[startup+162.301 s]
/proc/loadavg: 0.99 1.05 1.42 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=41.62
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158934 0 0 0 4067 95 0 0 25 0 1 0 1991453654 717373440 158920 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158920 75 150 0 174987 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 719516

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

[startup+179.101 s]
/proc/loadavg: 0.99 1.05 1.41 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=58.41
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 5746 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 178.73
Current children cumulated vsize (KiB) 719516

[startup+191.902 s]
/proc/loadavg: 0.99 1.05 1.40 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=71.2
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 7025 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 191.52
Current children cumulated vsize (KiB) 719516

[startup+195.101 s]
/proc/loadavg: 0.99 1.05 1.40 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=74.4
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 7345 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 194.72
Current children cumulated vsize (KiB) 719516

[startup+196.701 s]
/proc/loadavg: 0.99 1.05 1.40 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=76
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 7505 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 196.32
Current children cumulated vsize (KiB) 719516

[startup+198.302 s]
/proc/loadavg: 0.99 1.05 1.40 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=77.6
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 7665 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 197.92
Current children cumulated vsize (KiB) 719516

[startup+198.702 s]
/proc/loadavg: 0.99 1.05 1.40 2/85 31355
/proc/meminfo: memFree=134744/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=120.32
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1033 35629 0 2 3 1 11813 215 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31354] ppid=31331 vsize=5356 CPUtime=0
/proc/31354/stat : 31354 (sh) S 31331 31331 31045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991453653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31354/statm: 1339 232 193 169 0 50 0
[pid=31355] ppid=31354 vsize=700560 CPUtime=78
/proc/31355/stat : 31355 (minisat) R 31354 31331 31045 0 -1 4194304 158935 0 0 0 7705 95 0 0 25 0 1 0 1991453654 717373440 158921 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/31355/statm: 175140 158921 75 150 0 174987 0
Current children cumulated CPU time (s) 198.32
Current children cumulated vsize (KiB) 719516

[startup+199.108 s]
/proc/loadavg: 0.99 1.05 1.40 2/93 31365
/proc/meminfo: memFree=766296/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=198.47
/proc/31331/stat : 31331 (sugar) S 31329 31331 31045 0 -1 4194304 1090 194858 0 2 3 1 19521 322 16 0 1 0 1991441588 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31331/statm: 3400 799 370 3 0 500 0
[pid=31356] ppid=31331 vsize=5356 CPUtime=0
/proc/31356/stat : 31356 (sh) S 31331 31331 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991461472 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31356/statm: 1339 233 193 169 0 50 0
[pid=31357] ppid=31356 vsize=864892 CPUtime=0.27
/proc/31357/stat : 31357 (java) S 31356 31331 31045 0 -1 0 3911 0 1 0 25 2 0 0 18 0 9 0 1991461472 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31357/statm: 216223 3378 1652 9 0 210805 0
[pid=31357/tid=31358] ppid=31356 vsize=864892 CPUtime=0.18
/proc/31357/task/31358/stat : 31358 (java) R 31356 31331 31045 0 -1 64 2444 0 1 0 17 1 0 0 17 0 9 0 1991461473 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4125958808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31357/tid=31359] ppid=31356 vsize=864892 CPUtime=0.01
/proc/31357/task/31359/stat : 31359 (java) S 31356 31331 31045 0 -1 64 437 0 0 0 1 0 0 0 16 0 9 0 1991461475 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31360] ppid=31356 vsize=864892 CPUtime=0
/proc/31357/task/31360/stat : 31360 (java) S 31356 31331 31045 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 1991461475 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31357/tid=31361] ppid=31356 vsize=864892 CPUtime=0
/proc/31357/task/31361/stat : 31361 (java) S 31356 31331 31045 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1991461475 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31357/tid=31362] ppid=31356 vsize=864892 CPUtime=0
/proc/31357/task/31362/stat : 31362 (java) S 31356 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 1991461480 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31357/tid=31363] ppid=31356 vsize=864892 CPUtime=0.05
/proc/31357/task/31363/stat : 31363 (java) S 31356 31331 31045 0 -1 64 338 0 0 0 5 0 0 0 17 0 9 0 1991461480 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31357/tid=31364] ppid=31356 vsize=864892 CPUtime=0
/proc/31357/task/31364/stat : 31364 (java) S 31356 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1991461480 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31365] ppid=31356 vsize=864892 CPUtime=0
/proc/31357/task/31365/stat : 31365 (java) S 31356 31331 31045 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1991461480 885649408 3378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 198.74
Current children cumulated vsize (KiB) 883848

[startup+199.203 s]
/proc/loadavg: 0.99 1.05 1.40 2/93 31365
/proc/meminfo: memFree=766296/2055920 swapFree=4180424/4192956
[pid=31331] ppid=31329 vsize=13600 CPUtime=198.84
/proc/31331/stat : 31331 (sugar) R 31329 31331 31045 0 -1 4194304 1119 199172 0 3 3 8 19548 325 16 0 1 0 1991441588 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31331/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 198.84
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 199.25
CPU time (s): 198.9
CPU user time (s): 195.516
CPU system time (s): 3.38349
CPU usage (%): 99.824
Max. virtual memory (cumulated for all children) (KiB): 893456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.516
system time used= 3.38348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200321
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= 44690
involuntary context switches= 38774

runsolver used 0.213967 second user time and 0.638902 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 00:38:01
IDJOB=1059717
IDBENCH=54337
IDSOLVER=346
FILE ID=node33/1059717-1215124681
PBS_JOBID= 7877230
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2e0111bc12a0f1866da9545d0c2e512
RANDOM SEED=1194253547

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1012056 kB
Buffers:         26552 kB
Cached:         198068 kB
SwapCached:       6444 kB
Active:         889176 kB
Inactive:        89348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012056 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:         770040 kB
Slab:            49212 kB
Committed_AS:  4233932 kB
PageTables:       3324 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= 66540 MiB
End job on node33 at 2008-07-04 00:41:20