Trace number 1085540

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+picosat? 763.005 770.89

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-10.xml
MD5SUM96880025e4a14a075629d437bfbc2f6d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark36.2935
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:04:32 2008
0.00/0.04	c 0	PID 16984
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085540-1215234271.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-1085540-1215234271.xml' 'HOME/temp.csp'
2.14/2.28	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.23/2.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.30	c 2	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'
2.23/2.38	c 2	Parsing HOME/temp.csp
2.23/3.00	c 3	parsed 10000 expressions
3.20/3.33	c 3	parsed 20000 expressions
3.50/3.66	c 3	parsed 30000 expressions
3.60/3.76	c 3	parsed 33837 expressions
3.60/3.77	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.60/3.77	c 3	Converting to clausal form CSP
7.76/7.97	c 8	converted 3384 (10%) expressions
15.48/15.77	c 15	converted 6768 (20%) expressions
22.90/23.26	c 23	converted 10152 (30%) expressions
29.73/30.15	c 30	converted 13535 (40%) expressions
37.05/37.51	c 37	converted 16919 (50%) expressions
43.59/44.11	c 44	converted 20303 (60%) expressions
49.63/50.26	c 50	converted 23686 (70%) expressions
55.67/56.39	c 56	converted 27070 (80%) expressions
62.21/62.96	c 63	converted 30454 (90%) expressions
67.76/68.57	c 68	converted 33837 (100%) expressions
67.76/68.57	c 68	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
67.76/68.57	c 68	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
67.76/68.57	c 68	Propagation in CSP
72.21/73.04	c 73	34264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
72.21/73.04	c 73	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
72.21/73.04	c 73	Heap : 203 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.31/73.11	c 73	Simplifing CSP by introducing new Boolean variables
72.71/73.53	c 73	CSP : 5603 integers, 161327 booleans, 268895 clauses, largest domain size 2921
72.71/73.53	c 73	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.99/74.88	c 75	Encoding CSP to SAT : HOME/temp.cnf
83.50/84.40	c 84	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
92.91/93.94	c 94	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
102.03/103.11	c 103	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
104.69/105.83	c 105	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
106.38/107.53	c 107	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
107.97/109.11	c 109	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
109.52/110.71	c 110	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
111.01/112.28	c 112	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
112.69/113.94	c 114	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
114.25/115.56	c 115	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
289.88/293.39	c 293	26890 (10%) CSP clauses are encoded (26274570 clauses, 587600748 bytes)
403.78/408.52	c 408	53779 (20%) CSP clauses are encoded (39493726 clauses, 919104356 bytes)
502.39/507.53	c 507	80669 (30%) CSP clauses are encoded (52119311 clauses, 1244072419 bytes)
598.44/604.16	c 604	107558 (40%) CSP clauses are encoded (64872877 clauses, 1571277976 bytes)
687.77/694.08	c 694	134448 (50%) CSP clauses are encoded (76748251 clauses, 1878509658 bytes)
762.07/768.84	c 768	ERROR Exception Too large HOME/temp.cnf
762.07/768.84	c 768	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
762.07/768.84	c 768	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
762.07/768.84	c 768	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
762.07/768.84	s UNKNOWN
762.14/768.92	c 769	CPU 749.56 (0.03 0.01 749.53 12.6)
762.14/768.92	c 769	END Sat Jul  5 07:17:21 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1085540-1215234271/watcher-1085540-1215234271 -o /tmp/evaluation-result-1085540-1215234271/solver-1085540-1215234271 -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/picosat -tmp=HOME/temp HOME/instance-1085540-1215234271.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: 2.09 2.02 2.01 4/73 16984
/proc/meminfo: memFree=1437384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=4708 CPUtime=0
/proc/16984/stat : 16984 (sugar) R 16982 16984 14475 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2002400658 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 1177 43 33 3 0 8 0

[startup+0.066963 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 16984
/proc/meminfo: memFree=1437384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=0.03
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002400658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101964 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 16984
/proc/meminfo: memFree=1437384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=0.03
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002400658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301984 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 16984
/proc/meminfo: memFree=1437384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=0.03
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002400658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701042 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 16984
/proc/meminfo: memFree=1437384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=0.03
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002400658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 16996
/proc/meminfo: memFree=1408624/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=0.03
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002400658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 796 370 3 0 500 0
[pid=16987] ppid=16984 vsize=5356 CPUtime=0
/proc/16987/stat : 16987 (sh) S 16984 16984 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002400663 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16987/statm: 1339 233 193 169 0 50 0
[pid=16988] ppid=16987 vsize=864676 CPUtime=1.41
/proc/16988/stat : 16988 (java) S 16987 16984 14475 0 -1 0 15744 0 1 0 133 8 0 0 18 0 9 0 2002400663 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16988/statm: 216169 13792 2529 9 0 210751 0
[pid=16988/tid=16989] ppid=16987 vsize=864676 CPUtime=0.77
/proc/16988/task/16989/stat : 16989 (java) R 16987 16984 14475 0 -1 64 3005 0 1 0 75 2 0 0 24 0 9 0 2002400664 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16990] ppid=16987 vsize=864676 CPUtime=0.5
/proc/16988/task/16990/stat : 16990 (java) R 16987 16984 14475 0 -1 64 11539 0 0 0 46 4 0 0 16 0 9 0 2002400666 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 102722829 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16991] ppid=16987 vsize=864676 CPUtime=0
/proc/16988/task/16991/stat : 16991 (java) S 16987 16984 14475 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002400666 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16992] ppid=16987 vsize=864676 CPUtime=0
/proc/16988/task/16992/stat : 16992 (java) S 16987 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002400666 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16993] ppid=16987 vsize=864676 CPUtime=0
/proc/16988/task/16993/stat : 16993 (java) S 16987 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400668 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16994] ppid=16987 vsize=864676 CPUtime=0.11
/proc/16988/task/16994/stat : 16994 (java) S 16987 16984 14475 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 2002400668 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16995] ppid=16987 vsize=864676 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16987 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400668 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16988/tid=16996] ppid=16987 vsize=864676 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16987 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400668 885428224 13792 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.10232 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 16996
/proc/meminfo: memFree=1382384/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.23
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 973 18918 0 1 3 0 209 11 15 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13600

[startup+6.30271 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 17006
/proc/meminfo: memFree=1403760/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.23
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 0 209 11 15 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868480 CPUtime=3.94
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 11992 0 1 0 386 8 0 0 19 0 9 0 2002400889 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217120 10552 2541 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868480 CPUtime=3.03
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 3096 0 1 0 301 2 0 0 25 0 9 0 2002400890 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4126636871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868480 CPUtime=0.67
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 6729 0 0 0 63 4 0 0 16 0 9 0 2002400891 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868480 CPUtime=0.22
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1471 0 0 0 21 1 0 0 16 0 9 0 2002400893 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889323520 10552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887436

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 17006
/proc/meminfo: memFree=1388976/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.23
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 0 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868480 CPUtime=10.28
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 19595 0 1 0 1014 14 0 0 19 0 9 0 2002400889 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217120 14363 2541 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868480 CPUtime=8.64
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 3588 0 1 0 861 3 0 0 25 0 9 0 2002400890 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4126565552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868480 CPUtime=1.4
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 13838 0 0 0 131 9 0 0 16 0 9 0 2002400891 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868480 CPUtime=0.22
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1473 0 0 0 21 1 0 0 15 0 9 0 2002400893 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889323520 14363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887436

[startup+25.502 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 17006
/proc/meminfo: memFree=1350512/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.23
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 0 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868480 CPUtime=22.95
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 29735 0 1 0 2274 21 0 0 19 0 9 0 2002400889 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217120 23256 2541 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868480 CPUtime=20.04
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 4257 0 1 0 2000 4 0 0 25 0 9 0 2002400890 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4126569678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868480 CPUtime=2.66
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 23302 0 0 0 251 15 0 0 16 0 9 0 2002400891 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868480 CPUtime=0.23
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1480 0 0 0 22 1 0 0 16 0 9 0 2002400893 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868480 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889323520 23256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887436

[startup+51.1021 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 17006
/proc/meminfo: memFree=1281712/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.23
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 0 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868480 CPUtime=48.29
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 48895 0 1 0 4795 34 0 0 19 0 9 0 2002400889 889323520 40818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=16998/tid=17004] ppid=16997 vsize=868592 CPUtime=0.33
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.38
Current children cumulated vsize (KiB) 887548

[startup+702.302 s]
/proc/loadavg: 2.19 2.11 2.02 3/83 17034
/proc/meminfo: memFree=15168/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.24
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 1 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868592 CPUtime=693.78
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 74511 0 1 0 68267 1111 0 0 19 0 9 0 2002400889 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217148 62420 2566 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868592 CPUtime=682.5
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 8695 0 1 0 67190 1060 0 0 25 0 9 0 2002400890 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4126995942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868592 CPUtime=10.9
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 63587 0 0 0 1043 47 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868592 CPUtime=0.33
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.02
Current children cumulated vsize (KiB) 887548

[startup+762.307 s]
/proc/loadavg: 2.11 2.10 2.02 3/83 17034
/proc/meminfo: memFree=15104/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.24
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 1 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868592 CPUtime=753.37
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 74758 0 1 0 74107 1230 0 0 19 0 9 0 2002400889 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217148 62420 2566 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868592 CPUtime=741.88
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 8942 0 1 0 73010 1178 0 0 25 0 9 0 2002400890 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4126890608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868592 CPUtime=11.13
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 63587 0 0 0 1063 50 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868592 CPUtime=0.33
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.61
Current children cumulated vsize (KiB) 887548

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

[startup+764.702 s]
/proc/loadavg: 2.10 2.10 2.02 3/83 17034
/proc/meminfo: memFree=15232/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.24
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 1 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868592 CPUtime=755.76
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 74768 0 1 0 74341 1235 0 0 19 0 9 0 2002400889 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217148 62420 2566 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868592 CPUtime=744.26
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 8952 0 1 0 73244 1182 0 0 25 0 9 0 2002400890 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4126633735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868592 CPUtime=11.14
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 63587 0 0 0 1064 50 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868592 CPUtime=0.33
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758
Current children cumulated vsize (KiB) 887548

[startup+767.901 s]
/proc/loadavg: 2.10 2.10 2.02 3/83 17034
/proc/meminfo: memFree=15616/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=2.24
/proc/16984/stat : 16984 (sugar) S 16982 16984 14475 0 -1 4194304 974 18918 0 1 3 1 209 11 16 0 1 0 2002400658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16984/statm: 3400 797 370 3 0 500 0
[pid=16997] ppid=16984 vsize=5356 CPUtime=0
/proc/16997/stat : 16997 (sh) S 16984 16984 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002400888 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16997/statm: 1339 233 193 169 0 50 0
[pid=16998] ppid=16997 vsize=868592 CPUtime=758.93
/proc/16998/stat : 16998 (java) S 16997 16984 14475 0 -1 0 74782 0 1 0 74651 1242 0 0 19 0 9 0 2002400889 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16998/statm: 217148 62420 2566 9 0 211695 0
[pid=16998/tid=16999] ppid=16997 vsize=868592 CPUtime=747.42
/proc/16998/task/16999/stat : 16999 (java) R 16997 16984 14475 0 -1 64 8966 0 1 0 73552 1190 0 0 25 0 9 0 2002400890 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4126636808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17000] ppid=16997 vsize=868592 CPUtime=11.15
/proc/16998/task/17000/stat : 17000 (java) S 16997 16984 14475 0 -1 64 63587 0 0 0 1065 50 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17001/stat : 17001 (java) S 16997 16984 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17002] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17002/stat : 17002 (java) S 16997 16984 14475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002400891 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17003] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17003/stat : 17003 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17004] ppid=16997 vsize=868592 CPUtime=0.33
/proc/16998/task/17004/stat : 17004 (java) S 16997 16984 14475 0 -1 64 1533 0 0 0 32 1 0 0 16 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16998/tid=17005] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17005/stat : 17005 (java) S 16997 16984 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16998/tid=17006] ppid=16997 vsize=868592 CPUtime=0
/proc/16998/task/17006/stat : 17006 (java) S 16997 16984 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002400893 889438208 62420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.17
Current children cumulated vsize (KiB) 887548

[startup+769.502 s]
/proc/loadavg: 2.10 2.10 2.02 3/83 17034
/proc/meminfo: memFree=16128/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=762.71
/proc/16984/stat : 16984 (sugar) R 16982 16984 14475 0 -1 4194304 996 94002 0 2 3 55 74953 1260 20 0 1 0 2002400658 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16984/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 13600

[startup+770.302 s]
/proc/loadavg: 2.09 2.10 2.02 2/73 17034
/proc/meminfo: memFree=1837584/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=762.96
/proc/16984/stat : 16984 (sugar) R 16982 16984 14475 0 -1 4194304 996 94002 0 2 3 80 74953 1260 18 0 1 0 2002400658 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16984/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 13600

[startup+770.702 s]
/proc/loadavg: 2.09 2.10 2.02 2/73 17034
/proc/meminfo: memFree=1837584/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=762.98
/proc/16984/stat : 16984 (sugar) D 16982 16984 14475 0 -1 4194304 996 94002 0 2 3 82 74953 1260 18 0 1 0 2002400658 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16984/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 762.98
Current children cumulated vsize (KiB) 13600

[startup+770.802 s]
/proc/loadavg: 2.09 2.10 2.02 2/73 17034
/proc/meminfo: memFree=1837584/2055920 swapFree=4180424/4192956
[pid=16984] ppid=16982 vsize=13600 CPUtime=762.98
/proc/16984/stat : 16984 (sugar) D 16982 16984 14475 0 -1 4194304 996 94002 0 2 3 82 74953 1260 18 0 1 0 2002400658 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16984/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 762.98
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 770.89
CPU time (s): 763.005
CPU user time (s): 749.569
CPU system time (s): 13.436
CPU usage (%): 98.9772
Max. virtual memory (cumulated for all children) (KiB): 897684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 749.569
system time used= 13.436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95028
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43948
involuntary context switches= 47055

runsolver used 0.911861 second user time and 2.6586 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 07:04:32
IDJOB=1085540
IDBENCH=57659
IDSOLVER=345
FILE ID=node33/1085540-1215234271
PBS_JOBID= 7881868
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085540-1215234271/watcher-1085540-1215234271 -o /tmp/evaluation-result-1085540-1215234271/solver-1085540-1215234271 -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/picosat" -tmp="HOME/temp" HOME/instance-1085540-1215234271.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96880025e4a14a075629d437bfbc2f6d
RANDOM SEED=589544199

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:       1437864 kB
Buffers:         24108 kB
Cached:         206564 kB
SwapCached:       6444 kB
Active:         512152 kB
Inactive:        43704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437864 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            5752 kB
Writeback:           0 kB
Mapped:         331648 kB
Slab:            46852 kB
Committed_AS:  3930056 kB
PageTables:       2524 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= 66460 MiB
End job on node33 at 2008-07-05 07:17:23