Trace number 1126324

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+minisat? 194.503 204.298

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-400-4_ext.xml
MD5SUMfcb6a1c26690975d98fc38ceb3564bbb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints375
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints20435
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension20435
Number of constraints which are defined in intension0
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 Wed Jul 16 06:00:52 2008
0.00/0.04	c 0	PID 979
0.00/0.04	c 0	HOST node45.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1126324-1216180852.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-1126324-1216180852.xml' 'HOME/temp.csp'
0.92/1.17	c 1	2 domains, 401 variables, 0 predicates, 2 relations, 20435 constraints
0.99/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.99/1.23	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.01/1.30	c 1	Parsing HOME/temp.csp
1.01/1.61	c 2	parsed 10000 expressions
1.01/1.79	c 2	parsed 20000 expressions
1.01/1.81	c 2	parsed 20840 expressions
1.01/1.81	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.97	c 2	MAX CSP: 20435 constraints
1.01/1.97	c 2	Converting to clausal form CSP
1.97/2.29	c 2	converted 4128 (10%) expressions
2.06/2.34	c 2	converted 8256 (20%) expressions
2.06/2.39	c 2	converted 12384 (30%) expressions
2.16/2.45	c 2	converted 16512 (40%) expressions
2.16/2.49	c 2	converted 20639 (50%) expressions
2.36/2.67	c 3	converted 24767 (60%) expressions
2.46/2.72	c 3	converted 28895 (70%) expressions
2.46/2.76	c 3	converted 33023 (80%) expressions
2.56/2.81	c 3	converted 37151 (90%) expressions
4.45/4.70	c 5	converted 41278 (100%) expressions
4.45/4.71	c 5	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 30653
4.45/4.71	c 5	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.71	c 5	Propagation in CSP
5.04/5.39	c 5	20425 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.04/5.40	c 5	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 20436
5.04/5.40	c 5	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.14/5.42	c 5	Simplifing CSP by introducing new Boolean variables
5.14/5.45	c 5	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 20436
5.14/5.45	c 5	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.43/5.71	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.43/5.74	c 6	4128 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.43/5.75	c 6	8255 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.43/5.76	c 6	12382 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.43/5.76	c 6	16509 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.43/5.77	c 6	20636 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.54/5.84	c 6	24763 (60%) CSP integer variables are encoded (59473 clauses, 892159 bytes)
5.63/5.90	c 6	28890 (70%) CSP integer variables are encoded (107874 clauses, 1685811 bytes)
5.63/5.97	c 6	33017 (80%) CSP integer variables are encoded (164683 clauses, 2651564 bytes)
5.93/6.25	c 6	37144 (90%) CSP integer variables are encoded (396420 clauses, 6591093 bytes)
6.14/6.42	c 6	41271 (100%) CSP integer variables are encoded (539423 clauses, 9022144 bytes)
6.23/6.59	c 7	6131 (10%) CSP clauses are encoded (545554 clauses, 9111315 bytes)
6.34/6.70	c 7	12261 (20%) CSP clauses are encoded (551684 clauses, 9208937 bytes)
6.53/6.81	c 7	18392 (30%) CSP clauses are encoded (557815 clauses, 9312777 bytes)
10.00/10.32	c 10	24522 (40%) CSP clauses are encoded (2647637 clauses, 53969321 bytes)
50.98/52.87	c 53	30652 (50%) CSP clauses are encoded (26783301 clauses, 585123212 bytes)
62.92/65.12	c 65	36783 (60%) CSP clauses are encoded (33503044 clauses, 749239984 bytes)
193.34/200.40	c 200	ERROR Exception Too large HOME/temp.cnf
193.43/200.40	c 200	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.43/200.40	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.43/200.40	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.43/200.40	s UNKNOWN
193.43/200.48	c 200	CPU 178.29 (0.03 0.01 178.26 15.16)
193.43/200.48	c 200	END Wed Jul 16 06:04:12 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-1126324-1216180852/watcher-1126324-1216180852 -o /tmp/evaluation-result-1126324-1216180852/solver-1126324-1216180852 -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-1126324-1216180852.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.92 3.09 3.14 5/80 979
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=12268 CPUtime=0
/proc/979/stat : 979 (sugar) R 977 979 858 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 74784496 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/979/statm: 3067 316 241 3 0 167 0

[startup+0.0997861 s]
/proc/loadavg: 2.92 3.09 3.14 5/80 979
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=0.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 898 127 0 0 2 0 0 0 20 0 1 0 74784496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102784 s]
/proc/loadavg: 2.92 3.09 3.14 5/80 979
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=0.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 898 127 0 0 2 0 0 0 20 0 1 0 74784496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.302821 s]
/proc/loadavg: 2.92 3.09 3.14 5/80 979
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=0.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 898 127 0 0 2 0 0 0 20 0 1 0 74784496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701895 s]
/proc/loadavg: 2.92 3.09 3.14 5/80 979
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=0.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 898 127 0 0 2 0 0 0 20 0 1 0 74784496 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 2.92 3.09 3.14 3/91 991
/proc/meminfo: memFree=1613896/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.01
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 2 1 92 6 15 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10234 s]
/proc/loadavg: 2.92 3.09 3.14 5/91 1001
/proc/meminfo: memFree=1616328/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.01
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 2 1 92 6 15 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868444 CPUtime=1.85
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 14006 0 1 0 178 7 0 0 20 0 9 0 74784619 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217111 12670 2540 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868444 CPUtime=1.06
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 2916 0 1 0 105 1 0 0 25 0 9 0 74784620 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4126931557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=995] ppid=992 vsize=868444 CPUtime=0.57
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 8922 0 0 0 54 3 0 0 16 0 9 0 74784621 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=996] ppid=992 vsize=868444 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868444 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868444 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868444 CPUtime=0.18
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1471 0 0 0 18 0 0 0 16 0 9 0 74784623 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868444 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868444 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889286656 12670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 887400

[startup+6.30192 s]
/proc/loadavg: 2.93 3.09 3.14 3/91 1001
/proc/meminfo: memFree=1565832/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.01
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 2 1 92 6 15 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=5.02
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 22309 0 1 0 488 14 0 0 20 0 9 0 74784619 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20224 2565 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=3.36
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 3332 0 1 0 331 5 0 0 25 0 9 0 74784620 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4126573982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=1.39
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16763 0 0 0 132 7 0 0 16 0 9 0 74784621 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.25
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1517 0 0 0 25 0 0 0 16 0 9 0 74784623 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887512

[startup+12.7021 s]
/proc/loadavg: 2.94 3.09 3.14 3/91 1007
/proc/meminfo: memFree=1489024/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=11.36
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 22862 0 2 0 1074 62 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=9.37
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 3795 0 2 0 887 50 0 0 25 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=1.66
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 157 9 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887512

[startup+25.5024 s]
/proc/loadavg: 2.96 3.08 3.13 4/91 1007
/proc/meminfo: memFree=1316744/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=23.54
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 23749 0 2 0 2201 153 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=21.15
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 4682 0 2 0 1981 134 0 0 24 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=2.06
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 190 16 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 887512

[startup+51.1021 s]
/proc/loadavg: 2.97 3.08 3.13 3/91 1007
/proc/meminfo: memFree=1005640/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=48.28
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 25474 0 2 0 4477 351 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[startup+162.302 s]
/proc/loadavg: 2.96 3.09 3.13 3/91 1007
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=155.61
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 33093 0 2 0 14345 1216 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=148.91
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 14026 0 2 0 13752 1139 0 0 25 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=6.38
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 563 75 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.63
Current children cumulated vsize (KiB) 887512

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

[startup+179.303 s]
/proc/loadavg: 2.97 3.08 3.13 4/91 1007
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=172.06
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 34247 0 2 0 15860 1346 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=164.81
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 15180 0 2 0 15221 1260 0 0 25 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=6.93
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 609 84 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.08
Current children cumulated vsize (KiB) 887512

[startup+192.103 s]
/proc/loadavg: 2.90 3.06 3.12 3/91 1007
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=184.45
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 35138 0 2 0 17000 1445 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=176.79
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 16071 0 2 0 16325 1354 0 0 25 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 102064753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=7.35
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 645 90 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.47
Current children cumulated vsize (KiB) 887512

[startup+198.501 s]
/proc/loadavg: 2.91 3.06 3.12 4/91 1007
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=1.02
/proc/979/stat : 979 (sugar) S 977 979 858 0 -1 4194304 974 10315 0 1 3 1 92 6 16 0 1 0 74784496 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/979/statm: 3400 797 370 3 0 500 0
[pid=992] ppid=979 vsize=5356 CPUtime=0
/proc/992/stat : 992 (sh) S 979 979 858 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74784619 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/992/statm: 1339 233 193 169 0 50 0
[pid=993] ppid=992 vsize=868556 CPUtime=190.73
/proc/993/stat : 993 (java) S 992 979 858 0 -1 0 35569 0 2 0 17577 1496 0 0 20 0 9 0 74784619 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/993/statm: 217139 20323 2567 9 0 211686 0
[pid=993/tid=994] ppid=992 vsize=868556 CPUtime=182.85
/proc/993/task/994/stat : 994 (java) R 992 979 858 0 -1 64 16502 0 2 0 16883 1402 0 0 25 0 9 0 74784620 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4126565815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=995] ppid=992 vsize=868556 CPUtime=7.55
/proc/993/task/995/stat : 995 (java) S 992 979 858 0 -1 64 16825 0 0 0 663 92 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=993/tid=996] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/996/stat : 996 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=997] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/997/stat : 997 (java) S 992 979 858 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74784621 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=998] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/998/stat : 998 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=999] ppid=992 vsize=868556 CPUtime=0.29
/proc/993/task/999/stat : 999 (java) S 992 979 858 0 -1 64 1545 0 0 0 29 0 0 0 16 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1000] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1000/stat : 1000 (java) S 992 979 858 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=993/tid=1001] ppid=992 vsize=868556 CPUtime=0
/proc/993/task/1001/stat : 1001 (java) S 992 979 858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74784623 889401344 20323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.75
Current children cumulated vsize (KiB) 887512

[startup+201.702 s]
/proc/loadavg: 2.92 3.06 3.12 2/81 1007
/proc/meminfo: memFree=1807320/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=194.29
/proc/979/stat : 979 (sugar) D 977 979 858 0 -1 4194304 998 46300 0 3 3 84 17826 1516 15 0 1 0 74784496 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.29
Current children cumulated vsize (KiB) 13600

[startup+203.303 s]
/proc/loadavg: 2.92 3.06 3.12 4/81 1007
/proc/meminfo: memFree=1841368/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=194.43
/proc/979/stat : 979 (sugar) D 977 979 858 0 -1 4194304 998 46300 0 3 3 98 17826 1516 15 0 1 0 74784496 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.43
Current children cumulated vsize (KiB) 13600

[startup+203.706 s]
/proc/loadavg: 2.92 3.06 3.12 3/81 1007
/proc/meminfo: memFree=1847000/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=194.45
/proc/979/stat : 979 (sugar) D 977 979 858 0 -1 4194304 998 46300 0 3 3 100 17826 1516 15 0 1 0 74784496 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.45
Current children cumulated vsize (KiB) 13600

[startup+204.102 s]
/proc/loadavg: 2.92 3.06 3.12 3/81 1007
/proc/meminfo: memFree=1847000/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=194.48
/proc/979/stat : 979 (sugar) D 977 979 858 0 -1 4194304 998 46300 0 3 3 103 17826 1516 15 0 1 0 74784496 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.48
Current children cumulated vsize (KiB) 13600

[startup+204.201 s]
/proc/loadavg: 2.92 3.06 3.12 3/81 1007
/proc/meminfo: memFree=1847000/2055920 swapFree=4192812/4192956
[pid=979] ppid=977 vsize=13600 CPUtime=194.48
/proc/979/stat : 979 (sugar) D 977 979 858 0 -1 4194304 998 46300 0 3 3 103 17826 1516 15 0 1 0 74784496 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.48
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 204.298
CPU time (s): 194.503
CPU user time (s): 178.294
CPU system time (s): 16.2095
CPU usage (%): 95.2059
Max. virtual memory (cumulated for all children) (KiB): 888404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.294
system time used= 16.2095
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47328
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= 100581
involuntary context switches= 106780

runsolver used 0.242963 second user time and 0.71789 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-16 06:00:52
IDJOB=1126324
IDBENCH=64230
IDSOLVER=368
FILE ID=node45/1126324-1216180852
PBS_JOBID= 7905888
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-400-4_ext.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-1126324-1216180852/watcher-1126324-1216180852 -o /tmp/evaluation-result-1126324-1216180852/solver-1126324-1216180852 -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-1126324-1216180852.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcb6a1c26690975d98fc38ceb3564bbb
RANDOM SEED=1175763441

node45.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.281
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.281
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:       1640000 kB
Buffers:         76788 kB
Cached:         159988 kB
SwapCached:          0 kB
Active:         305556 kB
Inactive:        53828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:         142916 kB
Slab:            41584 kB
Committed_AS:  1178584 kB
PageTables:       2108 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= 66556 MiB
End job on node45 at 2008-07-16 06:04:16