Trace number 1056174

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? 182.026 190.862

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
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 benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/picosat
0.03/0.04	c 0	BEGIN Thu Jul  3 07:14:53 2008
0.03/0.04	c 0	PID 26946
0.03/0.04	c 0	HOST node8.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1056174-1215062093.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056174-1215062093.xml' 'HOME/temp.csp'
3.71/3.87	c 4	1 domains, 400 variables, 1 predicates, 0 relations, 79800 constraints
3.71/3.89	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.71/3.89	c 4	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'
3.81/3.97	c 4	Parsing HOME/temp.csp
4.20/4.39	c 5	parsed 10000 expressions
4.50/4.66	c 5	parsed 20000 expressions
4.80/4.95	c 5	parsed 30000 expressions
5.00/5.18	c 6	parsed 40000 expressions
5.40/5.53	c 6	parsed 50000 expressions
5.60/5.76	c 6	parsed 60000 expressions
5.79/5.99	c 6	parsed 70000 expressions
6.29/6.41	c 7	parsed 80000 expressions
6.29/6.42	c 7	parsed 80202 expressions
6.29/6.42	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.29/6.42	c 7	Converting to clausal form CSP
7.19/7.33	c 8	converted 8021 (10%) expressions
8.20/8.38	c 9	converted 16041 (20%) expressions
8.89/9.09	c 10	converted 24061 (30%) expressions
9.60/9.79	c 10	converted 32081 (40%) expressions
10.99/11.17	c 12	converted 40101 (50%) expressions
11.70/11.89	c 12	converted 48122 (60%) expressions
12.39/12.60	c 13	converted 56142 (70%) expressions
13.09/13.29	c 14	converted 64162 (80%) expressions
14.79/15.00	c 15	converted 72182 (90%) expressions
15.59/15.72	c 16	converted 80202 (100%) expressions
15.59/15.72	c 16	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
15.59/15.72	c 16	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.59/15.72	c 16	Propagation in CSP
16.69/16.85	c 17	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.69/16.86	c 17	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
16.69/16.86	c 17	Heap : 223 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.79/16.94	c 17	Simplifing CSP by introducing new Boolean variables
19.89/20.06	c 21	CSP : 400 integers, 398998 booleans, 638398 clauses, largest domain size 400
19.89/20.06	c 21	Heap : 329 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.59/21.71	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.59/21.79	c 22	40 (10%) CSP integer variables are encoded (15920 clauses, 216710 bytes)
21.68/21.81	c 22	80 (20%) CSP integer variables are encoded (31840 clauses, 455510 bytes)
21.68/21.83	c 22	120 (30%) CSP integer variables are encoded (47760 clauses, 694310 bytes)
21.68/21.84	c 22	160 (40%) CSP integer variables are encoded (63680 clauses, 933110 bytes)
21.68/21.86	c 22	200 (50%) CSP integer variables are encoded (79600 clauses, 1171910 bytes)
21.68/21.88	c 22	240 (60%) CSP integer variables are encoded (95520 clauses, 1410710 bytes)
21.68/21.89	c 22	280 (70%) CSP integer variables are encoded (111440 clauses, 1672893 bytes)
21.79/21.91	c 22	320 (80%) CSP integer variables are encoded (127360 clauses, 1943533 bytes)
21.79/21.93	c 22	360 (90%) CSP integer variables are encoded (143280 clauses, 2214173 bytes)
21.79/21.95	c 22	400 (100%) CSP integer variables are encoded (159200 clauses, 2484813 bytes)
43.60/44.18	c 45	63840 (10%) CSP clauses are encoded (13170058 clauses, 289225610 bytes)
67.04/68.52	c 69	127680 (20%) CSP clauses are encoded (26409690 clauses, 594512832 bytes)
90.79/93.51	c 94	191520 (30%) CSP clauses are encoded (40046218 clauses, 912178472 bytes)
114.83/118.53	c 119	255360 (40%) CSP clauses are encoded (54025418 clauses, 1238474152 bytes)
139.55/144.26	c 145	319199 (50%) CSP clauses are encoded (68442910 clauses, 1575688834 bytes)
165.08/170.54	c 171	383039 (60%) CSP clauses are encoded (83336034 clauses, 1924968953 bytes)
181.32/187.56	c 188	ERROR Exception Too large HOME/temp.cnf
181.32/187.56	c 188	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
181.32/187.56	c 188	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
181.32/187.56	c 188	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
181.32/187.56	s UNKNOWN
181.38/188.07	c 189	CPU 168.33 (0.03 0.01 168.3 13.09)
181.38/188.07	c 189	END Thu Jul  3 07:18:02 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-1056174-1215062093/watcher-1056174-1215062093 -o /tmp/evaluation-result-1056174-1215062093/solver-1056174-1215062093 -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-1056174-1215062093.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.08 2.02 2.01 4/94 26946
/proc/meminfo: memFree=1615256/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=12272 CPUtime=0
/proc/26946/stat : 26946 (sugar) R 26944 26946 26477 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1985184383 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/26946/statm: 3068 327 246 3 0 168 0

[startup+0.0405589 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26946
/proc/meminfo: memFree=1615256/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) R 26944 26946 26477 0 -1 4194304 799 0 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 767 996147200 4194304 4206940 548682068608 18446744073709551615 228706390753 0 0 4224 0 0 0 0 17 0 0 0
/proc/26946/statm: 3400 767 344 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101562 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26946
/proc/meminfo: memFree=1615256/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301579 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26946
/proc/meminfo: memFree=1615256/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701621 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26946
/proc/meminfo: memFree=1615256/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 2.08 2.02 2.01 4/105 26958
/proc/meminfo: memFree=1584832/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 796 370 3 0 500 0
[pid=26949] ppid=26946 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (sh) S 26946 26946 26477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985184387 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 233 193 169 0 50 0
[pid=26950] ppid=26949 vsize=865684 CPUtime=1.42
/proc/26950/stat : 26950 (java) S 26949 26946 26477 0 -1 0 17937 0 1 0 133 9 0 0 18 0 9 0 1985184388 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26950/statm: 216421 15261 2529 9 0 211003 0
[pid=26950/tid=26951] ppid=26949 vsize=865684 CPUtime=0.83
/proc/26950/task/26951/stat : 26951 (java) R 26949 26946 26477 0 -1 64 2975 0 1 0 81 2 0 0 25 0 9 0 1985184388 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26952] ppid=26949 vsize=865684 CPUtime=0.49
/proc/26950/task/26952/stat : 26952 (java) R 26949 26946 26477 0 -1 64 13775 0 0 0 43 6 0 0 16 0 9 0 1985184389 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 102721825 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26953] ppid=26949 vsize=865684 CPUtime=0
/proc/26950/task/26953/stat : 26953 (java) S 26949 26946 26477 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985184390 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26954] ppid=26949 vsize=865684 CPUtime=0
/proc/26950/task/26954/stat : 26954 (java) S 26949 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1985184390 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26955] ppid=26949 vsize=865684 CPUtime=0
/proc/26950/task/26955/stat : 26955 (java) S 26949 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985184392 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26956] ppid=26949 vsize=865684 CPUtime=0.08
/proc/26950/task/26956/stat : 26956 (java) S 26949 26946 26477 0 -1 64 488 0 0 0 8 0 0 0 16 0 9 0 1985184392 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26957] ppid=26949 vsize=865684 CPUtime=0
/proc/26950/task/26957/stat : 26957 (java) S 26949 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985184392 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26958] ppid=26949 vsize=865684 CPUtime=0
/proc/26950/task/26958/stat : 26958 (java) S 26949 26946 26477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985184392 886460416 15261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 884640

[startup+3.10285 s]
/proc/loadavg: 2.08 2.02 2.01 4/105 26958
/proc/meminfo: memFree=1535168/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=0.03
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1985184383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 796 370 3 0 500 0
[pid=26949] ppid=26946 vsize=5356 CPUtime=0
/proc/26949/stat : 26949 (sh) S 26946 26946 26477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985184387 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26949/statm: 1339 233 193 169 0 50 0
[pid=26950] ppid=26949 vsize=864696 CPUtime=2.99
/proc/26950/stat : 26950 (java) S 26949 26946 26477 0 -1 0 34408 0 1 0 283 16 0 0 18 0 9 0 1985184388 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26950/statm: 216174 28989 2529 9 0 210756 0
[pid=26950/tid=26951] ppid=26949 vsize=864696 CPUtime=1.61
/proc/26950/task/26951/stat : 26951 (java) R 26949 26946 26477 0 -1 64 3880 0 1 0 158 3 0 0 25 0 9 0 1985184388 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4126721735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26952] ppid=26949 vsize=864696 CPUtime=1.24
/proc/26950/task/26952/stat : 26952 (java) S 26949 26946 26477 0 -1 64 29320 0 0 0 113 11 0 0 16 0 9 0 1985184389 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26953] ppid=26949 vsize=864696 CPUtime=0
/proc/26950/task/26953/stat : 26953 (java) S 26949 26946 26477 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985184390 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26954] ppid=26949 vsize=864696 CPUtime=0
/proc/26950/task/26954/stat : 26954 (java) S 26949 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184390 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26955] ppid=26949 vsize=864696 CPUtime=0
/proc/26950/task/26955/stat : 26955 (java) S 26949 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985184392 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26956] ppid=26949 vsize=864696 CPUtime=0.11
/proc/26950/task/26956/stat : 26956 (java) S 26949 26946 26477 0 -1 64 509 0 0 0 11 0 0 0 16 0 9 0 1985184392 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26957] ppid=26949 vsize=864696 CPUtime=0
/proc/26950/task/26957/stat : 26957 (java) S 26949 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985184392 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26950/tid=26958] ppid=26949 vsize=864696 CPUtime=0
/proc/26950/task/26958/stat : 26958 (java) S 26949 26946 26477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985184392 885448704 28989 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883652

[startup+6.30115 s]
/proc/loadavg: 2.15 2.04 2.01 4/105 26968
/proc/meminfo: memFree=1574656/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 15 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=865116 CPUtime=2.38
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 14498 0 1 0 229 9 0 0 20 0 9 0 1985184773 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 216279 12857 2532 9 0 210861 0
[pid=26960/tid=26961] ppid=26959 vsize=865116 CPUtime=1.46
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 3003 0 1 0 144 2 0 0 25 0 9 0 1985184774 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26962] ppid=26959 vsize=865116 CPUtime=0.83
/proc/26960/task/26962/stat : 26962 (java) R 26959 26946 26477 0 -1 64 10458 0 0 0 77 6 0 0 16 0 9 0 1985184775 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26963] ppid=26959 vsize=865116 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=865116 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1985184775 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=865116 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=865116 CPUtime=0.06
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 339 0 0 0 6 0 0 0 16 0 9 0 1985184777 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=865116 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=865116 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 885878784 12857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 884072

[startup+12.7028 s]
/proc/loadavg: 2.22 2.05 2.02 3/105 26968
/proc/meminfo: memFree=1457728/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 15 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868412 CPUtime=8.79
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 54075 0 1 0 851 28 0 0 20 0 9 0 1985184773 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217103 42285 2540 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868412 CPUtime=5.22
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 4565 0 1 0 518 4 0 0 25 0 9 0 1985184774 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4126622129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868412 CPUtime=3.36
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 47342 0 0 0 314 22 0 0 16 0 9 0 1985184775 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868412 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868412 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=868412 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=868412 CPUtime=0.18
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1470 0 0 0 18 0 0 0 17 0 9 0 1985184777 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868412 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868412 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889253888 42285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887368

[startup+25.502 s]
/proc/loadavg: 2.25 2.07 2.02 3/105 26968
/proc/meminfo: memFree=1110656/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 15 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868524 CPUtime=21.56
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 121542 0 1 0 2075 81 0 0 20 0 9 0 1985184773 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217131 89247 2565 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868524 CPUtime=11.6
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 7799 0 1 0 1130 30 0 0 25 0 9 0 1985184774 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868524 CPUtime=9.67
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 111533 0 0 0 919 48 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=26960/tid=26966] ppid=26959 vsize=868524 CPUtime=0.25
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.22
Current children cumulated vsize (KiB) 887480

[startup+162.302 s]
/proc/loadavg: 2.65 2.26 2.09 3/105 26968
/proc/meminfo: memFree=15552/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 16 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868524 CPUtime=153.32
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 122961 0 1 0 14240 1092 0 0 20 0 9 0 1985184773 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217131 89247 2565 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868524 CPUtime=141.88
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 9218 0 1 0 13155 1033 0 0 25 0 9 0 1985184774 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4126612483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868524 CPUtime=11.15
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 111533 0 0 0 1059 56 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=868524 CPUtime=0.25
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.13
Current children cumulated vsize (KiB) 887480

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

[startup+166.402 s]
/proc/loadavg: 2.68 2.27 2.10 3/105 26968
/proc/meminfo: memFree=16064/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 16 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868524 CPUtime=157.26
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 123004 0 1 0 14604 1122 0 0 20 0 9 0 1985184773 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217131 89247 2565 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868524 CPUtime=145.79
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 9261 0 1 0 13515 1064 0 0 25 0 9 0 1985184774 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4126579071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868524 CPUtime=11.19
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 111533 0 0 0 1063 56 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=868524 CPUtime=0.25
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 887480

[startup+179.203 s]
/proc/loadavg: 2.58 2.26 2.09 3/105 26968
/proc/meminfo: memFree=14976/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 16 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868524 CPUtime=169.58
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 123137 0 1 0 15740 1218 0 0 20 0 9 0 1985184773 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217131 89247 2565 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868524 CPUtime=157.97
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 9394 0 1 0 14638 1159 0 0 25 0 9 0 1985184774 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868524 CPUtime=11.33
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 111533 0 0 0 1076 57 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=868524 CPUtime=0.25
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.39
Current children cumulated vsize (KiB) 887480

[startup+185.601 s]
/proc/loadavg: 2.53 2.26 2.09 3/105 26968
/proc/meminfo: memFree=15744/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=3.81
/proc/26946/stat : 26946 (sugar) S 26944 26946 26477 0 -1 4194304 974 36868 0 1 3 1 357 20 16 0 1 0 1985184383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26946/statm: 3400 797 370 3 0 500 0
[pid=26959] ppid=26946 vsize=5356 CPUtime=0
/proc/26959/stat : 26959 (sh) S 26946 26946 26477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985184773 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26959/statm: 1339 233 193 169 0 50 0
[pid=26960] ppid=26959 vsize=868524 CPUtime=175.7
/proc/26960/stat : 26960 (java) S 26959 26946 26477 0 -1 0 123204 0 1 0 16302 1268 0 0 20 0 9 0 1985184773 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26960/statm: 217131 89247 2565 9 0 211678 0
[pid=26960/tid=26961] ppid=26959 vsize=868524 CPUtime=164.02
/proc/26960/task/26961/stat : 26961 (java) R 26959 26946 26477 0 -1 64 9461 0 1 0 15194 1208 0 0 25 0 9 0 1985184774 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4126992234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26962] ppid=26959 vsize=868524 CPUtime=11.39
/proc/26960/task/26962/stat : 26962 (java) S 26959 26946 26477 0 -1 64 111533 0 0 0 1082 57 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26960/tid=26963] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26963/stat : 26963 (java) S 26959 26946 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26964] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26964/stat : 26964 (java) S 26959 26946 26477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985184775 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26965] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26965/stat : 26965 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26966] ppid=26959 vsize=868524 CPUtime=0.25
/proc/26960/task/26966/stat : 26966 (java) S 26959 26946 26477 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26967] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26967/stat : 26967 (java) S 26959 26946 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26960/tid=26968] ppid=26959 vsize=868524 CPUtime=0
/proc/26960/task/26968/stat : 26968 (java) S 26959 26946 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985184777 889368576 89247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 179.51
Current children cumulated vsize (KiB) 887480

[startup+188.802 s]
/proc/loadavg: 2.57 2.27 2.10 3/95 26968
/proc/meminfo: memFree=376336/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=181.93
/proc/26946/stat : 26946 (sugar) D 26944 26946 26477 0 -1 4194304 996 160388 0 4 3 51 16830 1309 15 0 1 0 1985184383 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26946/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.93
Current children cumulated vsize (KiB) 13600

[startup+189.602 s]
/proc/loadavg: 2.57 2.27 2.10 2/95 26968
/proc/meminfo: memFree=1360848/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=181.95
/proc/26946/stat : 26946 (sugar) D 26944 26946 26477 0 -1 4194304 996 160388 0 4 3 53 16830 1309 15 0 1 0 1985184383 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26946/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.95
Current children cumulated vsize (KiB) 13600

[startup+190.407 s]
/proc/loadavg: 2.52 2.27 2.10 2/95 26968
/proc/meminfo: memFree=1360272/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=181.98
/proc/26946/stat : 26946 (sugar) D 26944 26946 26477 0 -1 4194304 996 160388 0 4 3 56 16830 1309 15 0 1 0 1985184383 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26946/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.98
Current children cumulated vsize (KiB) 13600

[startup+190.802 s]
/proc/loadavg: 2.52 2.27 2.10 2/95 26968
/proc/meminfo: memFree=1360272/2055920 swapFree=4179560/4192956
[pid=26946] ppid=26944 vsize=13600 CPUtime=181.99
/proc/26946/stat : 26946 (sugar) D 26944 26946 26477 0 -1 4194304 996 160388 0 4 3 57 16830 1309 15 0 1 0 1985184383 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26946/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 190.862
CPU time (s): 182.026
CPU user time (s): 168.348
CPU system time (s): 13.6779
CPU usage (%): 95.3707
Max. virtual memory (cumulated for all children) (KiB): 911860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.348
system time used= 13.6779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161414
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20889
involuntary context switches= 24971

runsolver used 0.236963 second user time and 0.681896 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 07:14:53
IDJOB=1056174
IDBENCH=57402
IDSOLVER=345
FILE ID=node8/1056174-1215062093
PBS_JOBID= 7875197
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.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-1056174-1215062093/watcher-1056174-1215062093 -o /tmp/evaluation-result-1056174-1215062093/solver-1056174-1215062093 -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-1056174-1215062093.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=1007613540

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1615736 kB
Buffers:         27396 kB
Cached:         190792 kB
SwapCached:       6756 kB
Active:         314184 kB
Inactive:        65184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615736 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:           11992 kB
Writeback:           0 kB
Mapped:         178236 kB
Slab:            45276 kB
Committed_AS:  3892864 kB
PageTables:       2260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node8 at 2008-07-03 07:18:04