Trace number 1112358

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 221.702 260.966

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-36.xml
MD5SUM87cb5ec2449d8c75ad96262506f10f50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints22715
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22715
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 Sat Jul 12 14:35:33 2008
0.00/0.04	c 0	PID 17271
0.00/0.04	c 0	HOST node49.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1112358-1215866133.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112358-1215866133.xml' 'HOME/temp.csp'
1.36/1.43	c 1	1 domains, 1296 variables, 4 predicates, 0 relations, 22715 constraints
1.36/1.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.45	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.39/1.53	c 1	Parsing HOME/temp.csp
1.39/1.85	c 2	parsed 10000 expressions
1.39/2.04	c 2	parsed 20000 expressions
2.02/2.10	c 2	parsed 24016 expressions
2.02/2.11	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.28	c 2	MAX CSP: 22715 constraints
2.12/2.28	c 2	Converting to clausal form CSP
2.71/2.86	c 3	converted 4674 (10%) expressions
3.10/3.24	c 3	converted 9347 (20%) expressions
3.60/3.75	c 4	converted 14021 (30%) expressions
3.99/4.11	c 4	converted 18694 (40%) expressions
4.30/4.48	c 4	converted 23367 (50%) expressions
4.69/4.85	c 5	converted 28041 (60%) expressions
5.28/5.43	c 5	converted 32714 (70%) expressions
5.68/5.80	c 6	converted 37388 (80%) expressions
5.98/6.15	c 6	converted 42061 (90%) expressions
8.65/8.83	c 9	converted 46734 (100%) expressions
8.65/8.84	c 9	CSP : 46726 integers, 33843 booleans, 124969 clauses, largest domain size 34073
8.65/8.84	c 9	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.65/8.84	c 9	Propagation in CSP
9.95/10.17	c 10	22706 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.95/10.18	c 10	CSP : 46726 integers, 33843 booleans, 124969 clauses, largest domain size 22716
9.95/10.18	c 10	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.04/10.21	c 10	Simplifing CSP by introducing new Boolean variables
10.14/10.38	c 10	CSP : 46726 integers, 57481 booleans, 148607 clauses, largest domain size 22716
10.14/10.38	c 10	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.74/10.97	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.02/11.20	c 11	4673 (10%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.02/11.21	c 11	9346 (20%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.02/11.22	c 11	14018 (30%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.02/11.22	c 11	18691 (40%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.02/11.23	c 11	23363 (50%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.13/11.31	c 11	28036 (60%) CSP integer variables are encoded (106136 clauses, 1632945 bytes)
11.13/11.38	c 11	32709 (70%) CSP integer variables are encoded (163572 clauses, 2609357 bytes)
11.23/11.46	c 11	37381 (80%) CSP integer variables are encoded (227084 clauses, 3689061 bytes)
11.32/11.54	c 11	42054 (90%) CSP integer variables are encoded (282896 clauses, 4637865 bytes)
11.72/11.98	c 12	46726 (100%) CSP integer variables are encoded (647326 clauses, 10833175 bytes)
13.42/17.37	c 17	14861 (10%) CSP clauses are encoded (1001832 clauses, 20131615 bytes)
15.17/19.16	c 19	29722 (20%) CSP clauses are encoded (1353699 clauses, 29511643 bytes)
16.95/20.94	c 21	44583 (30%) CSP clauses are encoded (1702377 clauses, 38917342 bytes)
18.72/22.74	c 23	59443 (40%) CSP clauses are encoded (2058323 clauses, 48804334 bytes)
20.50/24.57	c 24	74304 (50%) CSP clauses are encoded (2414372 clauses, 58722024 bytes)
22.28/26.37	c 26	89165 (60%) CSP clauses are encoded (2768338 clauses, 68502704 bytes)
24.25/28.35	c 28	104025 (70%) CSP clauses are encoded (3236916 clauses, 80565567 bytes)
92.52/97.74	c 98	118886 (80%) CSP clauses are encoded (38054409 clauses, 929837876 bytes)
220.75/232.50	c 232	ERROR Exception Too large HOME/temp.cnf
220.75/232.50	c 232	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
220.75/232.50	c 232	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
220.75/232.77	c 232	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
220.75/232.77	s UNKNOWN
220.77/233.73	c 234	CPU 203.1 (0.03 0 203.07 17.69)
220.77/233.73	c 234	END Sat Jul 12 14:39:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112358-1215866133/watcher-1112358-1215866133 -o /tmp/evaluation-result-1112358-1215866133/solver-1112358-1215866133 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112358-1215866133.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.07 2.01 2.00 4/82 17271
/proc/meminfo: memFree=1532776/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=18572 CPUtime=0
/proc/17271/stat : 17271 (runsolver) R 17269 17271 16265 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 43308966 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17271/statm: 4643 292 257 25 0 2626 0

[startup+0.0975721 s]
/proc/loadavg: 2.07 2.01 2.00 4/82 17271
/proc/meminfo: memFree=1532776/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=0.03
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43308966 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101574 s]
/proc/loadavg: 2.07 2.01 2.00 4/82 17271
/proc/meminfo: memFree=1532776/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=0.03
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43308966 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301605 s]
/proc/loadavg: 2.07 2.01 2.00 4/82 17271
/proc/meminfo: memFree=1532776/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=0.03
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43308966 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70166 s]
/proc/loadavg: 2.07 2.01 2.00 4/82 17271
/proc/meminfo: memFree=1532776/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=0.03
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43308966 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.06 2.01 2.00 4/93 17283
/proc/meminfo: memFree=1485008/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 957 14224 0 1 3 0 128 8 17 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.103 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 17293
/proc/meminfo: memFree=1489616/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 15 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868440 CPUtime=1.61
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 11170 0 1 0 155 6 0 0 20 0 9 0 43309112 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217110 9981 2543 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868440 CPUtime=1.02
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 2790 0 1 0 101 1 0 0 25 0 9 0 43309113 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4126525251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868440 CPUtime=0.37
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 6211 0 0 0 34 3 0 0 16 0 9 0 43309114 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43309114 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43309114 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868440 CPUtime=0.18
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1472 0 0 0 18 0 0 0 15 0 9 0 43309116 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889282560 9981 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887396

[startup+6.30146 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 17293
/proc/meminfo: memFree=1408784/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 15 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868440 CPUtime=4.79
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 19328 0 1 0 466 13 0 0 20 0 9 0 43309112 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217110 17645 2540 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868440 CPUtime=3.44
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 3272 0 1 0 341 3 0 0 25 0 9 0 43309113 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4126514042 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868440 CPUtime=1.12
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 13886 0 0 0 105 7 0 0 16 0 9 0 43309114 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868440 CPUtime=0.19
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 43309116 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868440 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889282560 17645 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887396

[startup+12.7024 s]
/proc/loadavg: 2.29 2.06 2.02 3/93 17293
/proc/meminfo: memFree=1259664/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 15 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=10.9
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 39813 0 1 0 1056 34 0 0 20 0 9 0 43309112 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217138 29496 2566 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868552 CPUtime=7.91
/proc/17285/task/17286/stat : 17286 (java) D 17284 17271 16265 0 -1 64 3861 0 1 0 778 13 0 0 25 0 9 0 43309113 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868552 CPUtime=2.66
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 33720 0 0 0 248 18 0 0 16 0 9 0 43309114 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868552 CPUtime=0.29
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1535 0 0 0 28 1 0 0 16 0 9 0 43309116 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889397248 29496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887508

[startup+25.5024 s]
/proc/loadavg: 2.47 2.11 2.03 3/93 17293
/proc/meminfo: memFree=1035472/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 16 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=20.09
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 40035 0 1 0 1934 75 0 0 20 0 9 0 43309112 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217138 29497 2566 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868552 CPUtime=16.97
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 4082 0 1 0 1645 52 0 0 25 0 9 0 43309113 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4126617371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868552 CPUtime=2.8
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 33720 0 0 0 260 20 0 0 16 0 9 0 43309114 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868552 CPUtime=0.3
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 43309116 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889397248 29497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.48
Current children cumulated vsize (KiB) 887508

[startup+51.103 s]
/proc/loadavg: 3.07 2.28 2.09 2/93 17295
/proc/meminfo: memFree=564112/2055920 swapFree=4180088/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 16 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=45.37
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 40919 0 1 0 4278 259 0 0 20 0 9 0 43309112 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.05
Current children cumulated vsize (KiB) 887508

[startup+162.303 s]
/proc/loadavg: 4.66 3.12 2.41 3/93 17303
/proc/meminfo: memFree=15312/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 16 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=154.26
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 44854 0 1 0 14188 1238 0 0 20 0 9 0 43309112 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217138 29498 2566 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868552 CPUtime=148.49
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 8900 0 1 0 13666 1183 0 0 25 0 9 0 43309113 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868552 CPUtime=5.44
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 33720 0 0 0 492 52 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868552 CPUtime=0.3
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1537 0 0 0 29 1 0 0 16 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.65
Current children cumulated vsize (KiB) 887508

[startup+222.307 s]
/proc/loadavg: 5.54 3.62 2.63 2/95 17306
/proc/meminfo: memFree=14976/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 16 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=209.24
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 46873 0 1 0 19232 1692 0 0 20 0 9 0 43309112 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217138 29498 2566 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868552 CPUtime=202.42
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 10919 0 1 0 18618 1624 0 0 17 0 9 0 43309113 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4127210855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868552 CPUtime=6.49
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 33720 0 0 0 584 65 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868552 CPUtime=0.3
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1537 0 0 0 29 1 0 0 16 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 210.63
Current children cumulated vsize (KiB) 887508

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

[startup+230.402 s]
/proc/loadavg: 5.50 3.64 2.64 2/95 17306
/proc/meminfo: memFree=14976/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=1.39
/proc/17271/stat : 17271 (sugar) S 17269 17271 16265 0 -1 4194304 974 14224 0 1 3 0 128 8 16 0 1 0 43308966 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17271/statm: 3400 797 370 3 0 500 0
[pid=17284] ppid=17271 vsize=5356 CPUtime=0
/proc/17284/stat : 17284 (sh) S 17271 17271 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43309112 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17284/statm: 1339 233 193 169 0 50 0
[pid=17285] ppid=17284 vsize=868552 CPUtime=217.28
/proc/17285/stat : 17285 (java) S 17284 17271 16265 0 -1 0 47153 0 1 0 19983 1745 0 0 20 0 9 0 43309112 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17285/statm: 217138 29498 2566 9 0 211685 0
[pid=17285/tid=17286] ppid=17284 vsize=868552 CPUtime=210.32
/proc/17285/task/17286/stat : 17286 (java) R 17284 17271 16265 0 -1 64 11199 0 1 0 19357 1675 0 0 20 0 9 0 43309113 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4126638071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17287] ppid=17284 vsize=868552 CPUtime=6.62
/proc/17285/task/17287/stat : 17287 (java) S 17284 17271 16265 0 -1 64 33720 0 0 0 596 66 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17288] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17288/stat : 17288 (java) S 17284 17271 16265 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17289] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17289/stat : 17289 (java) S 17284 17271 16265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43309114 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17290] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17290/stat : 17290 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17291] ppid=17284 vsize=868552 CPUtime=0.3
/proc/17285/task/17291/stat : 17291 (java) S 17284 17271 16265 0 -1 64 1537 0 0 0 29 1 0 0 16 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17285/tid=17292] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17292/stat : 17292 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17285/tid=17293] ppid=17284 vsize=868552 CPUtime=0
/proc/17285/task/17293/stat : 17293 (java) S 17284 17271 16265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43309116 889397248 29498 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (KiB) 887508

[startup+243.206 s]
/proc/loadavg: 5.37 3.70 2.67 3/83 17306
/proc/meminfo: memFree=1230816/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.65
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 86 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 13600

[startup+249.602 s]
/proc/loadavg: 5.42 3.74 2.69 2/84 17307
/proc/meminfo: memFree=1167512/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.66
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 87 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 13600

[startup+256.002 s]
/proc/loadavg: 5.47 3.78 2.71 2/90 17313
/proc/meminfo: memFree=1084648/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.67
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 88 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (KiB) 13600

[startup+259.201 s]
/proc/loadavg: 5.99 3.92 2.76 2/89 17313
/proc/meminfo: memFree=1047408/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.68
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 89 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 13600

[startup+260.001 s]
/proc/loadavg: 5.99 3.92 2.76 3/89 17313
/proc/meminfo: memFree=1033648/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.68
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 89 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 13600

[startup+260.401 s]
/proc/loadavg: 5.99 3.92 2.76 3/89 17313
/proc/meminfo: memFree=1033648/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.68
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 89 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 13600

[startup+260.807 s]
/proc/loadavg: 5.99 3.95 2.78 2/89 17313
/proc/meminfo: memFree=1019952/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.68
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 89 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 13600

[startup+260.902 s]
/proc/loadavg: 5.99 3.95 2.78 2/89 17313
/proc/meminfo: memFree=1019952/2055920 swapFree=4180100/4192956
[pid=17271] ppid=17269 vsize=13600 CPUtime=221.68
/proc/17271/stat : 17271 (sugar) D 17269 17271 16265 0 -1 4194304 998 61745 0 5 3 89 20307 1769 15 0 1 0 43308966 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17271/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 260.966
CPU time (s): 221.702
CPU user time (s): 203.113
CPU system time (s): 18.5892
CPU usage (%): 84.9545
Max. virtual memory (cumulated for all children) (KiB): 902212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.113
system time used= 18.5892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62773
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54360
involuntary context switches= 54964

runsolver used 0.333949 second user time and 0.91986 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 14:35:33
IDJOB=1112358
IDBENCH=61404
IDSOLVER=368
FILE ID=node49/1112358-1215866133
PBS_JOBID= 7903459
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-36.xml
COMMAND LINE= DIR/sugar -max -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-1112358-1215866133/watcher-1112358-1215866133 -o /tmp/evaluation-result-1112358-1215866133/solver-1112358-1215866133 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112358-1215866133.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87cb5ec2449d8c75ad96262506f10f50
RANDOM SEED=1703886707

node49.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.239
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.239
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:       1533448 kB
Buffers:         32288 kB
Cached:         367888 kB
SwapCached:       5988 kB
Active:         413948 kB
Inactive:        58892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533448 kB
SwapTotal:     4192956 kB
SwapFree:      4180088 kB
Dirty:          207972 kB
Writeback:           0 kB
Mapped:          89656 kB
Slab:            34572 kB
Committed_AS:   311876 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64136 MiB
End job on node49 at 2008-07-12 14:39:54