Trace number 1039969

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? 166.991 175.745

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-19_glb.xml
MD5SUM22706a8158239d72e7dd49177db7bd5a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints41
Maximum constraint arity361
Maximum domain size361
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(40)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:13:04 2008
0.00/0.04	c 0	PID 18051
0.00/0.04	c 0	HOST node5.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1039969-1214997184.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039969-1214997184.xml' 'HOME/temp.csp'
0.04/0.33	c 1	1 domains, 361 variables, 0 predicates, 0 relations, 41 constraints
0.04/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.36	c 1	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'
0.31/0.44	c 1	Parsing HOME/temp.csp
0.31/0.59	c 1	parsed 403 expressions
0.31/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.59	c 1	Converting to clausal form CSP
0.31/0.61	c 1	converted 41 (10%) expressions
0.31/0.61	c 1	converted 81 (20%) expressions
0.31/0.61	c 1	converted 121 (30%) expressions
0.31/0.61	c 1	converted 162 (40%) expressions
0.31/0.62	c 1	converted 202 (50%) expressions
0.31/0.62	c 1	converted 242 (60%) expressions
0.31/0.62	c 1	converted 283 (70%) expressions
0.31/0.62	c 1	converted 323 (80%) expressions
0.31/0.65	c 1	converted 363 (90%) expressions
2.80/2.91	c 3	converted 403 (100%) expressions
2.80/2.91	c 3	CSP : 1721 integers, 0 booleans, 67782 clauses, largest domain size 3601
2.80/2.91	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.91	c 3	Propagation in CSP
3.30/3.44	c 4	14400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.30/3.44	c 4	CSP : 1721 integers, 0 booleans, 67782 clauses, largest domain size 3421
3.30/3.44	c 4	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.46	c 4	Simplifing CSP by introducing new Boolean variables
4.29/4.43	c 5	CSP : 1721 integers, 129960 booleans, 197742 clauses, largest domain size 3421
4.29/4.43	c 5	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.68/4.85	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.79/4.97	c 5	173 (10%) CSP integer variables are encoded (62107 clauses, 909519 bytes)
4.89/5.05	c 5	345 (20%) CSP integer variables are encoded (123855 clauses, 1884006 bytes)
5.19/5.31	c 6	517 (30%) CSP integer variables are encoded (334463 clauses, 5464342 bytes)
5.39/5.60	c 6	689 (40%) CSP integer variables are encoded (561811 clauses, 9329258 bytes)
5.68/5.87	c 6	861 (50%) CSP integer variables are encoded (788439 clauses, 13181934 bytes)
5.98/6.15	c 6	1033 (60%) CSP integer variables are encoded (1018487 clauses, 17131765 bytes)
6.28/6.43	c 7	1205 (70%) CSP integer variables are encoded (1245115 clauses, 21437697 bytes)
6.58/6.72	c 7	1377 (80%) CSP integer variables are encoded (1472463 clauses, 25757309 bytes)
6.88/7.00	c 7	1549 (90%) CSP integer variables are encoded (1698731 clauses, 30056401 bytes)
7.07/7.29	c 8	1721 (100%) CSP integer variables are encoded (1928239 clauses, 34417053 bytes)
165.92/172.91	c 173	ERROR Exception Too large HOME/temp.cnf
165.93/173.07	c 173	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
165.93/173.07	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
165.93/173.07	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
165.93/173.07	s UNKNOWN
165.95/173.83	c 174	CPU 152.74 (0.03 0.01 152.71 13.21)
165.95/173.83	c 174	END Wed Jul  2 13:15:58 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-1039969-1214997184/watcher-1039969-1214997184 -o /tmp/evaluation-result-1039969-1214997184/solver-1039969-1214997184 -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-1039969-1214997184.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: 1.33 0.35 0.12 4/72 18051
/proc/meminfo: memFree=1259248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=12000 CPUtime=0
/proc/18051/stat : 18051 (sugar) R 18049 18051 17711 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 622655554 12288000 175 996147200 4194304 4206940 548682068608 18446744073709551615 226931258944 0 0 4224 0 0 0 0 17 1 0 0
/proc/18051/statm: 3000 175 136 3 0 100 0

[startup+0.093673 s]
/proc/loadavg: 1.33 0.35 0.12 4/72 18051
/proc/meminfo: memFree=1259248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.04
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 622655554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101734 s]
/proc/loadavg: 1.33 0.35 0.12 4/72 18051
/proc/meminfo: memFree=1259248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.04
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 622655554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301773 s]
/proc/loadavg: 1.33 0.35 0.12 4/72 18051
/proc/meminfo: memFree=1259248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.04
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 622655554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701852 s]
/proc/loadavg: 1.33 0.35 0.12 4/72 18051
/proc/meminfo: memFree=1259248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 973 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.33 0.35 0.12 4/83 18073
/proc/meminfo: memFree=1241240/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 973 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868348 CPUtime=1.11
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 10843 0 1 0 106 5 0 0 18 0 9 0 622655591 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217087 8918 2539 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868348 CPUtime=0.55
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 2784 0 1 0 55 0 0 0 24 0 9 0 622655592 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868348 CPUtime=0.33
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 5896 0 0 0 31 2 0 0 16 0 9 0 622655593 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 622655593 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868348 CPUtime=0.19
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1470 0 0 0 19 0 0 0 16 0 9 0 622655595 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889188352 8918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887304

[startup+3.10231 s]
/proc/loadavg: 1.33 0.35 0.12 3/83 18073
/proc/meminfo: memFree=1220248/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 16 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868348 CPUtime=2.69
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 19554 0 1 0 260 9 0 0 18 0 9 0 622655591 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217087 16645 2539 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868348 CPUtime=1.42
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 3226 0 1 0 141 1 0 0 25 0 9 0 622655592 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4126923996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868348 CPUtime=1.04
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 14158 0 0 0 98 6 0 0 16 0 9 0 622655593 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 622655593 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868348 CPUtime=0.2
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 622655595 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868348 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889188352 16645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887304

[startup+6.30293 s]
/proc/loadavg: 1.38 0.38 0.13 3/83 18073
/proc/meminfo: memFree=1150296/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=5.87
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 31343 0 1 0 562 25 0 0 18 0 9 0 622655591 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27425 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=3.24
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 3808 0 1 0 311 13 0 0 25 0 9 0 622655592 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4126476705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=2.35
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 225 10 0 0 16 0 9 0 622655593 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.25
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1504 0 0 0 24 1 0 0 16 0 9 0 622655595 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887416

[startup+12.7022 s]
/proc/loadavg: 1.51 0.42 0.14 3/83 18073
/proc/meminfo: memFree=1062808/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=12.22
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 31591 0 1 0 1148 74 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=9.44
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 4051 0 1 0 884 60 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4126550072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=2.48
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 237 11 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887416

[startup+25.5016 s]
/proc/loadavg: 1.91 0.57 0.19 3/83 18073
/proc/meminfo: memFree=891416/2055920 swapFree=4170004/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=24.78
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 32079 0 1 0 2302 176 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=21.72
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 4539 0 1 0 2012 160 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4127002370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=2.78
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 264 14 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.03
Current children cumulated vsize (KiB) 887416

[startup+162.302 s]
/proc/loadavg: 3.17 1.56 0.61 3/83 18073
/proc/meminfo: memFree=16344/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=155.47
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 37260 0 1 0 14314 1233 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=149.49
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 9720 0 1 0 13768 1181 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=5.7
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 520 50 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.78
Current children cumulated vsize (KiB) 887416

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

[startup+166.403 s]
/proc/loadavg: 3.15 1.59 0.63 3/83 18073
/proc/meminfo: memFree=15576/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=159.46
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 37423 0 1 0 14681 1265 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=153.38
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 9883 0 1 0 14126 1212 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=5.79
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 528 51 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.77
Current children cumulated vsize (KiB) 887416

[startup+169.602 s]
/proc/loadavg: 3.14 1.61 0.64 3/83 18073
/proc/meminfo: memFree=15640/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=162.41
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 37546 0 1 0 14953 1288 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=156.26
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 10006 0 1 0 14392 1234 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=5.86
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 534 52 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.72
Current children cumulated vsize (KiB) 887416

[startup+172.807 s]
/proc/loadavg: 3.21 1.65 0.66 4/83 18073
/proc/meminfo: memFree=15512/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.31
/proc/18051/stat : 18051 (sugar) S 18049 18051 17711 0 -1 4194304 974 4467 0 1 3 1 24 3 15 0 1 0 622655554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622655591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868460 CPUtime=165.52
/proc/18065/stat : 18065 (java) S 18064 18051 17711 0 -1 0 37672 0 1 0 15237 1315 0 0 18 0 9 0 622655591 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217115 27431 2564 9 0 211662 0
[pid=18065/tid=18066] ppid=18064 vsize=868460 CPUtime=159.3
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17711 0 -1 64 10132 0 1 0 14670 1260 0 0 25 0 9 0 622655592 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868460 CPUtime=5.92
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17711 0 -1 64 25338 0 0 0 540 52 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 622655593 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868460 CPUtime=0.27
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17711 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17711 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868460 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622655595 889303040 27431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 165.83
Current children cumulated vsize (KiB) 887416

[startup+174.401 s]
/proc/loadavg: 3.21 1.65 0.66 2/76 18073
/proc/meminfo: memFree=115544/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=166.32
/proc/18051/stat : 18051 (sugar) R 18049 18051 17711 0 -1 4194304 996 42441 0 2 3 37 15271 1321 16 0 1 0 622655554 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18051/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 166.32
Current children cumulated vsize (KiB) 13600

[startup+175.201 s]
/proc/loadavg: 3.21 1.65 0.66 3/73 18073
/proc/meminfo: memFree=1926632/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=166.94
/proc/18051/stat : 18051 (sugar) D 18049 18051 17711 0 -1 4194304 996 42441 0 2 3 99 15271 1321 15 0 1 0 622655554 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18051/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 166.94
Current children cumulated vsize (KiB) 13600

[startup+175.601 s]
/proc/loadavg: 3.21 1.65 0.66 3/73 18073
/proc/meminfo: memFree=1926632/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=166.96
/proc/18051/stat : 18051 (sugar) D 18049 18051 17711 0 -1 4194304 996 42441 0 2 3 101 15271 1321 15 0 1 0 622655554 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18051/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 166.96
Current children cumulated vsize (KiB) 13600

[startup+175.701 s]
/proc/loadavg: 3.21 1.65 0.66 3/73 18073
/proc/meminfo: memFree=1926632/2055920 swapFree=4175520/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=166.97
/proc/18051/stat : 18051 (sugar) D 18049 18051 17711 0 -1 4194304 996 42441 0 2 3 102 15271 1321 15 0 1 0 622655554 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18051/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 166.97
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 175.745
CPU time (s): 166.991
CPU user time (s): 152.754
CPU system time (s): 14.2368
CPU usage (%): 95.0189
Max. virtual memory (cumulated for all children) (KiB): 888308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.754
system time used= 14.2368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43467
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= 50734
involuntary context switches= 53042

runsolver used 0.236963 second user time and 0.596909 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-02 13:13:04
IDJOB=1039969
IDBENCH=53659
IDSOLVER=345
FILE ID=node5/1039969-1214997184
PBS_JOBID= 7870912
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-19_glb.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-1039969-1214997184/watcher-1039969-1214997184 -o /tmp/evaluation-result-1039969-1214997184/solver-1039969-1214997184 -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-1039969-1214997184.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22706a8158239d72e7dd49177db7bd5a
RANDOM SEED=188636067

node5.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.279
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.279
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:       1259728 kB
Buffers:         63540 kB
Cached:         636120 kB
SwapCached:      17400 kB
Active:         163172 kB
Inactive:       558536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259728 kB
SwapTotal:     4192956 kB
SwapFree:      4170004 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          18736 kB
Slab:            59876 kB
Committed_AS:   772004 kB
PageTables:       1716 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= 66540 MiB
End job on node5 at 2008-07-02 13:16:00