Trace number 1126132

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 327.586 338.295

General information on the benchmark

Namemaxcsp/maxclique/
normalized-san-400-0.7-3_ext.xml
MD5SUM2f54bc61aabbc3206d9bb8cef91867d1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints386
Best CPU time to get the best result obtained on this benchmark1660.79
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints24340
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension24340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 05:13:44 2008
0.00/0.05	c 0	PID 31674
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126132-1216178024.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-1126132-1216178024.xml' 'HOME/temp.csp'
1.25/1.32	c 1	2 domains, 401 variables, 0 predicates, 2 relations, 24340 constraints
1.25/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.28/1.44	c 1	Parsing HOME/temp.csp
1.28/1.76	c 1	parsed 10000 expressions
1.28/1.95	c 2	parsed 20000 expressions
1.28/2.03	c 2	parsed 24745 expressions
1.28/2.04	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.31	c 2	MAX CSP: 24340 constraints
2.18/2.31	c 2	Converting to clausal form CSP
2.38/2.57	c 2	converted 4909 (10%) expressions
2.49/2.63	c 2	converted 9818 (20%) expressions
2.58/2.70	c 2	converted 14727 (30%) expressions
2.78/2.90	c 3	converted 19636 (40%) expressions
2.78/2.96	c 3	converted 24544 (50%) expressions
2.88/3.02	c 3	converted 29453 (60%) expressions
2.88/3.07	c 3	converted 34362 (70%) expressions
2.97/3.13	c 3	converted 39271 (80%) expressions
2.97/3.18	c 3	converted 44180 (90%) expressions
5.64/5.89	c 6	converted 49088 (100%) expressions
5.75/5.90	c 6	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 36511
5.75/5.90	c 6	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.90	c 6	Propagation in CSP
6.53/6.79	c 6	24332 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.53/6.79	c 6	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 24341
6.53/6.79	c 6	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.63/6.82	c 6	Simplifing CSP by introducing new Boolean variables
6.63/6.86	c 7	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 24341
6.63/6.86	c 7	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.03/7.27	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.12/7.32	c 7	4909 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.12/7.32	c 7	9817 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.12/7.33	c 7	14725 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.12/7.34	c 7	19633 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.12/7.34	c 7	24541 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.52/7.77	c 7	29449 (60%) CSP integer variables are encoded (336922 clauses, 5585003 bytes)
7.72/7.91	c 8	34357 (70%) CSP integer variables are encoded (435425 clauses, 7259554 bytes)
7.82/8.02	c 8	39265 (80%) CSP integer variables are encoded (516363 clauses, 8635500 bytes)
7.82/8.09	c 8	44173 (90%) CSP integer variables are encoded (575309 clauses, 9637582 bytes)
7.92/8.19	c 8	49081 (100%) CSP integer variables are encoded (648761 clauses, 10886266 bytes)
8.22/8.40	c 8	7302 (10%) CSP clauses are encoded (656063 clauses, 10992627 bytes)
8.32/8.54	c 8	14604 (20%) CSP clauses are encoded (663365 clauses, 11110810 bytes)
8.41/8.69	c 8	21906 (30%) CSP clauses are encoded (670667 clauses, 11234560 bytes)
13.82/14.24	c 14	29208 (40%) CSP clauses are encoded (3626769 clauses, 74456438 bytes)
326.40/334.88	c 335	ERROR Exception Too large HOME/temp.cnf
326.40/334.89	c 335	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
326.40/334.89	c 335	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
326.40/334.89	c 335	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
326.40/334.89	s UNKNOWN
326.48/334.99	c 335	CPU 308 (0.03 0.01 307.97 18.5)
326.48/334.99	c 335	END Wed Jul 16 05:19:19 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.08 2.03 4/87 31674
/proc/meminfo: memFree=1705656/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=12268 CPUtime=0
/proc/31674/stat : 31674 (sugar) R 31672 31674 31452 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 74500168 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31674/statm: 3067 316 241 3 0 167 0

[startup+0.0798431 s]
/proc/loadavg: 2.19 2.08 2.03 4/87 31674
/proc/meminfo: memFree=1705656/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=0.03
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74500168 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101844 s]
/proc/loadavg: 2.19 2.08 2.03 4/87 31674
/proc/meminfo: memFree=1705656/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=0.03
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74500168 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301866 s]
/proc/loadavg: 2.19 2.08 2.03 4/87 31674
/proc/meminfo: memFree=1705656/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=0.03
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74500168 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701931 s]
/proc/loadavg: 2.19 2.08 2.03 4/87 31674
/proc/meminfo: memFree=1705656/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=0.03
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74500168 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.19 2.08 2.03 3/98 31686
/proc/meminfo: memFree=1680096/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.28
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 0 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10225 s]
/proc/loadavg: 2.26 2.09 2.04 4/98 31696
/proc/meminfo: memFree=1688736/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.28
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 0 117 8 15 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868432 CPUtime=1.69
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 13900 0 1 0 162 7 0 0 19 0 9 0 74500305 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217108 12515 2540 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868432 CPUtime=0.88
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 2922 0 1 0 87 1 0 0 21 0 9 0 74500306 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4126621765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868432 CPUtime=0.59
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 8822 0 0 0 56 3 0 0 16 0 9 0 74500307 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868432 CPUtime=0.19
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1458 0 0 0 18 1 0 0 16 0 9 0 74500309 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889274368 12515 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887388

[startup+6.30169 s]
/proc/loadavg: 2.26 2.09 2.04 4/98 31696
/proc/meminfo: memFree=1629024/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.28
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 0 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868432 CPUtime=4.86
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 24690 0 1 0 474 12 0 0 19 0 9 0 74500305 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217108 22869 2540 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868432 CPUtime=2.99
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 3604 0 1 0 298 1 0 0 25 0 9 0 74500306 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4126570792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868432 CPUtime=1.6
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 18905 0 0 0 152 8 0 0 16 0 9 0 74500307 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868432 CPUtime=0.24
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1483 0 0 0 23 1 0 0 16 0 9 0 74500309 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868432 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889274368 22869 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887388

[startup+12.7026 s]
/proc/loadavg: 2.22 2.09 2.04 3/98 31696
/proc/meminfo: memFree=1570528/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 15 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=11.16
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 29244 0 1 0 1066 50 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=8.58
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 3921 0 1 0 822 36 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=2.22
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 211 11 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887500

[startup+25.5023 s]
/proc/loadavg: 2.18 2.08 2.04 3/98 31696
/proc/meminfo: memFree=1415136/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=23.64
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 29832 0 1 0 2219 145 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=20.76
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 4509 0 1 0 1949 127 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4126564349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=2.52
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 237 15 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 887500

[startup+51.1028 s]
/proc/loadavg: 2.20 2.09 2.04 3/98 31696
/proc/meminfo: memFree=1394912/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=48.92
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 30283 0 1 0 4733 159 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+307.102 s]
/proc/loadavg: 2.97 2.49 2.20 3/98 31696
/proc/meminfo: memFree=15136/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=298.35
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 40016 0 1 0 28220 1615 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=290.37
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 14693 0 1 0 27505 1532 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4126476366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=7.63
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 682 81 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 299.64
Current children cumulated vsize (KiB) 887500

[startup+319.902 s]
/proc/loadavg: 3.14 2.55 2.22 3/98 31696
/proc/meminfo: memFree=15264/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=310.72
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 40615 0 1 0 29352 1720 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=302.45
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 15292 0 1 0 28612 1633 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4126372864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=7.92
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 708 84 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.01
Current children cumulated vsize (KiB) 887500

[startup+326.302 s]
/proc/loadavg: 3.29 2.59 2.23 3/98 31696
/proc/meminfo: memFree=16224/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=316.89
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 40913 0 1 0 29918 1771 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=308.46
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 15590 0 1 0 29164 1682 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=8.08
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 721 87 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.18
Current children cumulated vsize (KiB) 887500

[startup+332.701 s]
/proc/loadavg: 3.32 2.62 2.25 3/98 31696
/proc/meminfo: memFree=15584/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=1.29
/proc/31674/stat : 31674 (sugar) S 31672 31674 31452 0 -1 4194304 974 11080 0 1 3 1 117 8 16 0 1 0 74500168 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31674/statm: 3400 797 370 3 0 500 0
[pid=31687] ppid=31674 vsize=5356 CPUtime=0
/proc/31687/stat : 31687 (sh) S 31674 31674 31452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74500304 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31687/statm: 1339 233 193 169 0 50 0
[pid=31688] ppid=31687 vsize=868544 CPUtime=323.06
/proc/31688/stat : 31688 (java) S 31687 31674 31452 0 -1 0 41211 0 1 0 30484 1822 0 0 19 0 9 0 74500305 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31688/statm: 217136 22989 2567 9 0 211683 0
[pid=31688/tid=31689] ppid=31687 vsize=868544 CPUtime=314.48
/proc/31688/task/31689/stat : 31689 (java) R 31687 31674 31452 0 -1 64 15888 0 1 0 29717 1731 0 0 25 0 9 0 74500306 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31690] ppid=31687 vsize=868544 CPUtime=8.24
/proc/31688/task/31690/stat : 31690 (java) S 31687 31674 31452 0 -1 64 23087 0 0 0 735 89 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31691] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31691/stat : 31691 (java) S 31687 31674 31452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31692] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31692/stat : 31692 (java) S 31687 31674 31452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74500307 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31693] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31693/stat : 31693 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31694] ppid=31687 vsize=868544 CPUtime=0.32
/proc/31688/task/31694/stat : 31694 (java) S 31687 31674 31452 0 -1 64 1538 0 0 0 31 1 0 0 16 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31695] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31695/stat : 31695 (java) S 31687 31674 31452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31688/tid=31696] ppid=31687 vsize=868544 CPUtime=0
/proc/31688/task/31696/stat : 31696 (java) S 31687 31674 31452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74500309 889389056 22989 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 324.35
Current children cumulated vsize (KiB) 887500

[startup+335.901 s]
/proc/loadavg: 3.32 2.62 2.25 3/88 31696
/proc/meminfo: memFree=898416/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=327.37
/proc/31674/stat : 31674 (sugar) D 31672 31674 31452 0 -1 4194304 998 52681 0 2 3 87 30797 1850 17 0 1 0 74500168 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31674/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.37
Current children cumulated vsize (KiB) 13600

[startup+337.503 s]
/proc/loadavg: 3.32 2.62 2.25 2/88 31696
/proc/meminfo: memFree=1919152/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=327.54
/proc/31674/stat : 31674 (sugar) D 31672 31674 31452 0 -1 4194304 998 52681 0 2 3 104 30797 1850 15 0 1 0 74500168 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31674/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.54
Current children cumulated vsize (KiB) 13600

[startup+337.902 s]
/proc/loadavg: 3.30 2.62 2.25 2/88 31696
/proc/meminfo: memFree=1918704/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=327.56
/proc/31674/stat : 31674 (sugar) D 31672 31674 31452 0 -1 4194304 998 52681 0 2 3 106 30797 1850 15 0 1 0 74500168 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31674/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.56
Current children cumulated vsize (KiB) 13600

[startup+338.102 s]
/proc/loadavg: 3.30 2.62 2.25 2/88 31696
/proc/meminfo: memFree=1918704/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=327.56
/proc/31674/stat : 31674 (sugar) D 31672 31674 31452 0 -1 4194304 998 52681 0 2 3 106 30797 1850 15 0 1 0 74500168 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31674/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.56
Current children cumulated vsize (KiB) 13600

[startup+338.202 s]
/proc/loadavg: 3.30 2.62 2.25 2/88 31696
/proc/meminfo: memFree=1918704/2055920 swapFree=4176684/4192956
[pid=31674] ppid=31672 vsize=13600 CPUtime=327.57
/proc/31674/stat : 31674 (sugar) D 31672 31674 31452 0 -1 4194304 998 52681 0 2 3 107 30797 1850 15 0 1 0 74500168 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31674/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 338.295
CPU time (s): 327.586
CPU user time (s): 308.011
CPU system time (s): 19.575
CPU usage (%): 96.8346
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.011
system time used= 19.575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53709
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= 96105
involuntary context switches= 103980

runsolver used 0.471928 second user time and 1.42778 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-16 05:13:44
IDJOB=1126132
IDBENCH=64206
IDSOLVER=368
FILE ID=node71/1126132-1216178024
PBS_JOBID= 7905851
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-san-400-0.7-3_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126132-1216178024/watcher-1126132-1216178024 -o /tmp/evaluation-result-1126132-1216178024/solver-1126132-1216178024 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126132-1216178024.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f54bc61aabbc3206d9bb8cef91867d1
RANDOM SEED=1744738141

node71.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.225
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.225
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:       1706136 kB
Buffers:         77872 kB
Cached:         155332 kB
SwapCached:       5680 kB
Active:         227868 kB
Inactive:        56096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706136 kB
SwapTotal:     4192956 kB
SwapFree:      4176684 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          66856 kB
Slab:            50068 kB
Committed_AS:   410240 kB
PageTables:       2508 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node71 at 2008-07-16 05:19:22